diff --git a/interface/wx/rawbmp.h b/interface/wx/rawbmp.h index bbe7498d7f..8fd55984de 100644 --- a/interface/wx/rawbmp.h +++ b/interface/wx/rawbmp.h @@ -99,7 +99,7 @@ public: /** Return @true of if we could get access to bitmap data successfully. */ - operator bool() const: + operator bool() const; /** Return the iterator pointing to the origin of the image. diff --git a/interface/wx/ustring.h b/interface/wx/ustring.h index 56b0e1741c..a6587f3d7b 100644 --- a/interface/wx/ustring.h +++ b/interface/wx/ustring.h @@ -283,7 +283,3 @@ inline bool operator<=(const wxUString& s1, const wxUString& s2); single characters etc. */ inline bool operator>=(const wxUString& s1, const wxUString& s2); - - -#endif - // _WX_USTRING_H_BASE_