X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fe30bceff0445f540e639d2b6d3977d56b34020..5938a184a568873b48c1e59bf5c4ed5a9528d7f4:/utils/configtool/src/configtooldoc.h diff --git a/utils/configtool/src/configtooldoc.h b/utils/configtool/src/configtooldoc.h index 9a24ff694a..277dba3151 100644 --- a/utils/configtool/src/configtooldoc.h +++ b/utils/configtool/src/configtooldoc.h @@ -12,10 +12,6 @@ #ifndef _CT_CONFIGTOOLDOC_H_ #define _CT_CONFIGTOOLDOC_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "configtooldoc.cpp" -#endif - #include "wx/docview.h" #include "wx/cmdproc.h" @@ -92,10 +88,10 @@ public: /// Generate the text of a setup.h wxString GenerateSetup(); - + /// Helper function void GenerateSetup(ctConfigItem* item, wxString& str); - + /// Generate a configure command wxString GenerateConfigureCommand(); @@ -104,10 +100,10 @@ public: /// Finds the next item in the tree ctConfigItem* FindNextItem(ctConfigItem* item, bool wrap); - + /// Finds the next sibling in the tree ctConfigItem* FindNextSibling(ctConfigItem* item); - + protected: ctConfigItem* m_topItem; ctConfigItem* m_clipboardItem; @@ -127,7 +123,7 @@ public: ~ctConfiguration(); /// Copy constructor. - ctConfiguration(const ctConfiguration& configuration) + ctConfiguration(const ctConfiguration& configuration) : wxObject() { (*this) = configuration; } @@ -269,7 +265,7 @@ public: bool Do(); bool Undo(); bool DoAndUndo(bool doCmd); // Combine Do and Undo into one - + protected: ctConfigItem* m_activeState; ctConfigItem* m_savedState;