-1->wxID_ANY, TRUE->true and FALSE->false replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -185,7 +185,7 @@ public:
|
||||
}
|
||||
|
||||
void SetValue( int , int , const wxString& ) { /* ignore */ }
|
||||
bool IsEmptyCell( int , int ) { return FALSE; }
|
||||
bool IsEmptyCell( int , int ) { return false; }
|
||||
|
||||
private:
|
||||
long m_sizeGrid;
|
||||
|
Reference in New Issue
Block a user