removed spurious semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2335,7 +2335,7 @@ inline wxCStrData::~wxCStrData()
|
||||
inline wxCStrData::operator bool() const
|
||||
{
|
||||
return !m_str->empty();
|
||||
};
|
||||
}
|
||||
|
||||
// simple cases for AsChar() and AsWChar(), the complicated ones are
|
||||
// in string.cpp
|
||||
|
Reference in New Issue
Block a user