]> git.saurik.com Git - wxWidgets.git/commitdiff
fix 2 doxygen errors
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Aug 2008 22:22:50 +0000 (22:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Aug 2008 22:22:50 +0000 (22:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/rawbmp.h
interface/wx/ustring.h

index bbe7498d7fb02c251b7c9e48a4fe8816224a1456..8fd55984ded77d8b1cb6921038cb51b4a990de4b 100644 (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.
index 56b0e1741c3d77764d7ee2974bef6fa6fdf4ae66..a6587f3d7b2fdbb2b35d51d7fb8a09d331e61b55 100644 (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_