fixing gcc 3.4 bustage (removing extra semicolon)

git-svn-id: svn://10.0.0.236/trunk@161760 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de 2004-09-04 17:20:00 +00:00
parent ff727f921e
commit aebea73882

View File

@ -82,7 +82,7 @@ class ViewWrapper : public nsISupports
nsView* mView;
};
NS_IMPL_ISUPPORTS1(ViewWrapper, ViewWrapper);
NS_IMPL_ISUPPORTS1(ViewWrapper, ViewWrapper)
/**
* Given a widget, returns the stored ViewWrapper on it, or NULL if no