fixing gcc 3.4 bustage (removing extra semicolon)

This commit is contained in:
cbiesinger%web.de 2004-09-04 17:20:00 +00:00
parent 863532582e
commit db70e63d2a

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