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:
parent
ff727f921e
commit
aebea73882
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user