got rid of a nasty compiler warning by changing an unsigned int to signed

git-svn-id: svn://10.0.0.236/trunk@45721 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1999-09-02 20:37:19 +00:00
parent 627c16877f
commit 6f18e5f348
2 changed files with 2 additions and 2 deletions

View File

@@ -595,7 +595,7 @@ protected:
nsWeakPtr mPresShellWeak; // weak reference to the nsIPresShell
nsIViewManager *mViewManager;
PRUint32 mUpdateCount;
PRInt32 mUpdateCount;
nsCOMPtr<nsITransactionManager> mTxnMgr;
nsCOMPtr<nsIEditProperty> mEditProperty;
nsCOMPtr<nsICSSStyleSheet> mLastStyleSheet; // is owning this dangerous?

View File

@@ -595,7 +595,7 @@ protected:
nsWeakPtr mPresShellWeak; // weak reference to the nsIPresShell
nsIViewManager *mViewManager;
PRUint32 mUpdateCount;
PRInt32 mUpdateCount;
nsCOMPtr<nsITransactionManager> mTxnMgr;
nsCOMPtr<nsIEditProperty> mEditProperty;
nsCOMPtr<nsICSSStyleSheet> mLastStyleSheet; // is owning this dangerous?