diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index e0cf827..e472781 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -547,6 +547,11 @@ public: */ void ExpandArguments(std::vector<cmListFileArgument> const& inArgs, std::vector<std::string>& outArgs); + /** + * Get the instance + */ + cmake *GetCMakeInstance() const; + protected: // add link libraries and directories to the target void AddGlobalLinkInformation(const char* name, cmTarget& target); @@ -609,11 +614,6 @@ private: void AddDefaultDefinitions(); std::list<cmFunctionBlocker *> m_FunctionBlockers; - /** - * Get the instance - */ - cmake *GetCMakeInstance() const; - typedef std::map<cmStdString, cmData*> DataMap; DataMap m_DataMap; bool m_Inheriting; |