virtual OnDismiss() access should match base
extraneous semicolon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38971
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
m_toggle = value.GetBool();
- return true;;
+ return true;
}
bool wxDataViewToggleCell::GetValue( wxVariant &WXUNUSED(value) )
sizer->Fit( this );
}
- virtual void OnDismiss()
- {
- }
-
void OnCalendar( wxCalendarEvent &event );
wxCalendarCtrl *m_cal;
size_t m_col;
size_t m_row;
+protected:
+ virtual void OnDismiss()
+ {
+ }
+
private:
DECLARE_EVENT_TABLE()
};
if (m_lastOnSame)
{
- if ((col == m_currentCol) & (current == m_currentRow) &&
+ if ((col == m_currentCol) && (current == m_currentRow) &&
(cell->GetMode() == wxDATAVIEW_CELL_EDITABLE) )
{
m_renameTimer->Start( 100, true );