Remove useless forward declaration of wxTopLevelWindowBase
This class is fully declared just below, so there is no need to forward-declare it.
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
// the default names for various classes
|
||||
extern WXDLLIMPEXP_DATA_CORE(const char) wxFrameNameStr[];
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxTopLevelWindowBase;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// constants
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user