removed useless ; to allow smart preprocessing under Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d8c736e563
commit
1d53270b32
@ -92,7 +92,7 @@ protected:
|
||||
private:
|
||||
// VZ: can't use default copy ctor for this class, should write a correct
|
||||
// one! (TODO)
|
||||
DECLARE_NO_COPY_CLASS(wxURL);
|
||||
DECLARE_NO_COPY_CLASS(wxURL)
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxURL)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user