X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e25ba908f6a9e03f131e8ce9df19558c3e09a35..a6f6393c3f42fc0d14b6815fb7a4cf5549b53501:/include/wx/stubs/textctrl.h diff --git a/include/wx/stubs/textctrl.h b/include/wx/stubs/textctrl.h index 7c3d7b1ac2..253491eaa0 100644 --- a/include/wx/stubs/textctrl.h +++ b/include/wx/stubs/textctrl.h @@ -18,7 +18,7 @@ #include "wx/control.h" -#if USE_IOSTREAMH +#if wxUSE_IOSTREAMH #include #else #include @@ -122,8 +122,8 @@ public: // callbacks // --------- void OnDropFiles(wxDropFilesEvent& event); - void OnChar(wxKeyEvent& event); // Process 'enter' if required - void OnEraseBackground(wxEraseEvent& event); +// void OnChar(wxKeyEvent& event); // Process 'enter' if required +// void OnEraseBackground(wxEraseEvent& event); // Implementation // --------------