summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-06-28 01:17:25 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-06-28 01:17:25 (GMT)
commitca2fdeb640e88f11c3e36a8bf52b77e7081238c0 (patch)
tree74ead45f8703f21a7cf126686aaccf521b7181c8 /Source/cmSourceFile.h
parent6eb671097de75cb0f9f67876a42110ae6dc7d33b (diff)
downloadCMake-ca2fdeb640e88f11c3e36a8bf52b77e7081238c0.zip
CMake-ca2fdeb640e88f11c3e36a8bf52b77e7081238c0.tar.gz
CMake-ca2fdeb640e88f11c3e36a8bf52b77e7081238c0.tar.bz2
performance inprovements
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r--Source/cmSourceFile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h
index 0f975c0..3e41eaa 100644
--- a/Source/cmSourceFile.h
+++ b/Source/cmSourceFile.h
@@ -92,6 +92,7 @@ public:
* (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;}
void SetSourceName(const char *name) {m_SourceName = name;}
/**