]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/wxbmainframe.h
- wxbMainFrame : Fixed 100% CPU usage in GTK : added buffering when receiving data...
[bacula/bacula] / bacula / src / wx-console / wxbmainframe.h
index 568cd44dbbb13bab604f9599c22132d1aa0e980f..a054c3eb026ec18fa9bd96ee5989a30fc2f5cb35 100644 (file)
@@ -143,6 +143,8 @@ private:
    
    bool lockedbyconsole; /* true if the panels have been locked by something typed in the console */
    
+   wxString consoleBuffer;
+   
    // any class wishing to process wxWindows events must use this macro
    DECLARE_EVENT_TABLE()
 };