X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eca4774075573858db88c78260f1dacba0db4f60..b04237742c51e022af8ca8fe8933437734f392a3:/include/wx/unix/app.h diff --git a/include/wx/unix/app.h b/include/wx/unix/app.h index 98bbeef1af..ca3f3744c0 100644 --- a/include/wx/unix/app.h +++ b/include/wx/unix/app.h @@ -12,7 +12,7 @@ #include // wxApp subclass implementing event processing for console applications -class WXDLLIMPEXP_BASE wxAppConsoleUnix : public wxAppConsole +class WXDLLIMPEXP_BASE wxAppConsole : public wxAppConsoleBase { public: // override base class initialization @@ -52,6 +52,4 @@ private: // the signal handlers WX_DECLARE_HASH_MAP(int, SignalHandler, wxIntegerHash, wxIntegerEqual, SignalHandlerHash); SignalHandlerHash m_signalHandlerHash; - - friend class GSocketGUIFunctionsTableBase; };