From c019d119099b3a5e5ec2fcdb676d0d129ac2f9d8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 22 Aug 2008 22:22:50 +0000 Subject: [PATCH] fix 2 doxygen errors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/rawbmp.h | 2 +- interface/wx/ustring.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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_ -- 2.45.2