mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
fixing gcc 3.4 bustage (removing extra semicolon)
This commit is contained in:
parent
863532582e
commit
db70e63d2a
@ -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