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:
Václav Slavík
2007-04-09 06:50:28 +00:00
parent 1918a4c47f
commit 1bb592b878
2 changed files with 6 additions and 6 deletions

View File

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