diff options
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r-- | Source/cmSourceFile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index 3e41eaa..29c56dc 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -91,8 +91,7 @@ public: * The file name associated with stripped off directory and extension. * (In most cases this is the name of the class.) */ - std::string GetSourceName() const {return m_SourceName;} - const std::string &GetSourceNameReference() const {return m_SourceName;} + const std::string &GetSourceName() const {return m_SourceName;} void SetSourceName(const char *name) {m_SourceName = name;} /** |