fix warnings by making the dest/cntr public, not private

This commit is contained in:
sspitzer%netscape.com 1999-07-26 01:36:59 +00:00
parent 7206f84fb6
commit 81c50c02d1

View File

@ -54,11 +54,11 @@ public:
static nsGraphicsState * GetNewGS();
static void ReleaseGS(nsGraphicsState* aGS);
private:
nsGraphicsStatePool();
~nsGraphicsStatePool();
private:
nsGraphicsState* mFreeList;
static nsGraphicsStatePool * PrivateGetPool();