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:
parent
e2d0875aa7
commit
c019d11909
@ -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.
|
||||
|
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user