- I was having compile problems because when BX_DEBUGGER==0 the declaration

of the DebugLogDialog class was turned off by an #if.  Now the methods are
  turned off by the same condition.
This commit is contained in:
Bryce Denney 2002-10-16 20:39:43 +00:00
parent b33bd11321
commit 4fc294ce2b

View File

@ -1,5 +1,5 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// $Id: wxdialog.h,v 1.42 2002-10-06 02:37:28 bdenney Exp $ // $Id: wxdialog.h,v 1.43 2002-10-16 20:39:43 bdenney Exp $
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// //
// wxWindows dialogs for Bochs // wxWindows dialogs for Bochs
@ -639,6 +639,7 @@ DECLARE_EVENT_TABLE()
}; };
#if BX_DEBUGGER
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
// DebugLogDialog // DebugLogDialog
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
@ -682,6 +683,7 @@ public:
void CopyParamToGui () { /* empty for now */ } void CopyParamToGui () { /* empty for now */ }
DECLARE_EVENT_TABLE() DECLARE_EVENT_TABLE()
}; };
#endif
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
// ConfigSoundDialog // ConfigSoundDialog