Source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-08-18 09:22:14 +00:00
parent b081046a66
commit 77c46f00b5
4 changed files with 22 additions and 22 deletions

View File

@@ -51,7 +51,7 @@ protected:
wxAcceleratorRefData::wxAcceleratorRefData()
{
m_ok = FALSE;
m_ok = false;
m_hAccel = 0;
}