summaryrefslogtreecommitdiff
path: root/Source/cmSourceFile.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-02-03 21:20:56 -0500
committerBrad King <brad.king@kitware.com>2014-03-08 13:05:30 -0500
commitce5114354c357df973e54872ab7abebbff36793b (patch)
tree472c096db98ba5b36c7c32910a334a044ecafd80 /Source/cmSourceFile.h
parent83a5e453f8c0dc0fc9b6bdee9723478aafefd0da (diff)
downloadcmake-ce5114354c357df973e54872ab7abebbff36793b.tar.gz
stringapi: Use strings for the languages
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r--Source/cmSourceFile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h
index b362c986ea..17c96ac097 100644
--- a/Source/cmSourceFile.h
+++ b/Source/cmSourceFile.h
@@ -79,8 +79,8 @@ public:
/**
* Get the language of the compiler to use for this source file.
*/
- const char* GetLanguage();
- const char* GetLanguage() const;
+ std::string GetLanguage();
+ std::string GetLanguage() const;
/**
* Return the vector that holds the list of dependencies