#ifndef _DERIVDLG_H_
#define _DERIVDLG_H_
-//-----------------------------------------------------------------------------
-// GCC interface
-//-----------------------------------------------------------------------------
-
-#if defined(__GNUG__) && !defined(__APPLE__)
- #pragma interface "derivdlg.h"
-#endif
-
//-----------------------------------------------------------------------------
// Headers
//-----------------------------------------------------------------------------
PreferencesDialog( wxWindow* parent );
// Destructor.
- ~PreferencesDialog();
+ ~PreferencesDialog(){};
private:
// Stuff to do when a "My Checkbox" gets updated
// (drawn, or it changes its value)
- void OuUpdateUIMyCheckbox( wxUpdateUIEvent &event );
+ void OnUpdateUIMyCheckbox( wxUpdateUIEvent &event );
// Override base class functions of a wxDialog.
void OnOK( wxCommandEvent &event );