Fix compilation with wxUSE_ACCEL==0
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
// forward declarations
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if wxUSE_ACCEL
|
||||
class WXDLLIMPEXP_FWD_CORE wxAcceleratorEntry;
|
||||
#endif // wxUSE_ACCEL
|
||||
class WXDLLIMPEXP_FWD_CORE wxMenuItem;
|
||||
class WXDLLIMPEXP_FWD_CORE wxMenu;
|
||||
|
||||
|
@@ -125,6 +125,8 @@ class wxComboBox;
|
||||
class wxNotebook;
|
||||
class wxTextCtrl;
|
||||
class wxSearchCtrl;
|
||||
class wxMenuItem;
|
||||
class wxAcceleratorEntry;
|
||||
|
||||
WXDLLIMPEXP_CORE wxWindowMac * wxFindWindowFromWXWidget(WXWidget inControl );
|
||||
|
||||
|
Reference in New Issue
Block a user