]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/app.h
Use the same logic for closing dialogs as for handling Escape key.
[wxWidgets.git] / include / wx / unix / app.h
index 98bbeef1af92ba310d57f9623bbc6bea4d8ce4d1..ca3f3744c00dcc0d7fd2d97c2c6b7d450baba867 100644 (file)
@@ -12,7 +12,7 @@
 #include <signal.h>
 
 // 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;
 };