fix 2 doxygen errors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-08-22 22:22:50 +00:00
parent e2d0875aa7
commit c019d11909
2 changed files with 1 additions and 5 deletions

View File

@ -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.

View File

@ -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_