diff options
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r-- | Source/cmSourceFile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index 3f81ea7..c8391e2 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -93,7 +93,8 @@ public: /** * The file extension associated with source file */ - const std::string &GetSourceExtension() const {return this->SourceExtension;} + const std::string &GetSourceExtension() const { + return this->SourceExtension;} void SetSourceExtension(const char *name) {this->SourceExtension = name;} /** |