summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-06-28 12:57:25 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-06-28 12:57:25 (GMT)
commitc24d201c3912d04c8b55dd168fff2ae7f9adb390 (patch)
tree4377889081554d8836c593a9ddd94fe16378728b /Source/cmSourceFile.h
parentca2fdeb640e88f11c3e36a8bf52b77e7081238c0 (diff)
downloadCMake-c24d201c3912d04c8b55dd168fff2ae7f9adb390.zip
CMake-c24d201c3912d04c8b55dd168fff2ae7f9adb390.tar.gz
CMake-c24d201c3912d04c8b55dd168fff2ae7f9adb390.tar.bz2
minor cleanup
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r--Source/cmSourceFile.h3
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;}
/**