compilation fix (forgot to check in this one)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-03-14 22:00:56 +00:00
parent 6ba4e8aceb
commit fb9e1bc282
2 changed files with 2 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ public:
void SetEditable( bool editable ); void SetEditable( bool editable );
void OnSize( wxSizeEvent &event ); void OnSize( wxSizeEvent &event );
void OnChar( wxKeyEvent &event );
// implementation // implementation

View File

@@ -102,6 +102,7 @@ public:
void SetEditable( bool editable ); void SetEditable( bool editable );
void OnSize( wxSizeEvent &event ); void OnSize( wxSizeEvent &event );
void OnChar( wxKeyEvent &event );
// implementation // implementation