Change nsStaticAtom definition from class to struct.

Trying to fixing windows build bustage.
Bug 233461. r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@167982 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
marco%gnome.org
2005-01-19 13:59:36 +00:00
parent 77d481319c
commit b71f7c7dbb

View File

@@ -43,7 +43,7 @@
#include "nsIIconURI.h"
#include "nsCOMPtr.h"
#include "nsString.h"
class nsStaticAtom;
struct nsStaticAtom;
class nsIAtom;