Bug 85381 again - left out the .h

This commit is contained in:
bbaetz%cs.mcgill.ca 2001-12-06 00:48:36 +00:00
parent 8f2d0a6e99
commit fcc53b9bd8

View File

@ -91,6 +91,9 @@ protected:
nsCOMPtr<nsIDateTimeFormat> mDateTime;
nsCOMPtr<nsIStringBundle> mBundle;
private:
// Current number of rows
PRInt32 mRowCount;
};
#endif