better make that member function public

git-svn-id: svn://10.0.0.236/trunk@44819 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
1999-08-27 12:56:52 +00:00
parent 2b5bf5cf35
commit fac15a1a56
2 changed files with 2 additions and 0 deletions

View File

@@ -538,6 +538,7 @@ private:
// We're counting the number of |nsWebShells| to help find leaks
static unsigned long gNumberOfWebShells;
public:
static unsigned long TotalWebShellsInExistence() { return gNumberOfWebShells; }
#endif
};