diff options
Diffstat (limited to 'Source/cmSourceGroup.h')
-rw-r--r-- | Source/cmSourceGroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSourceGroup.h b/Source/cmSourceGroup.h index 479abd6..86a7b19 100644 --- a/Source/cmSourceGroup.h +++ b/Source/cmSourceGroup.h @@ -90,7 +90,7 @@ public: { return m_Name.c_str(); } const BuildRules& GetBuildRules() const { return m_BuildRules; } - + void Print() const; private: /** * The name of the source group. |