summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.h
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2017-02-23 15:48:16 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-01 20:31:05 (GMT)
commit9588d0a2e2442e6cc07dd4563399e257d95c792b (patch)
tree3042f9b4c6300ee2e57d2feecb0ac5cb282808ca /Source/cmSourceFile.h
parent6cbad490c2fdbd9bdc67b406b9f2dcdc21e08ddb (diff)
downloadCMake-9588d0a2e2442e6cc07dd4563399e257d95c792b.zip
CMake-9588d0a2e2442e6cc07dd4563399e257d95c792b.tar.gz
CMake-9588d0a2e2442e6cc07dd4563399e257d95c792b.tar.bz2
VS: add VS_CSHARP_<tagname> sourcefile property
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 b193f65..bbcc300 100644
--- a/Source/cmSourceFile.h
+++ b/Source/cmSourceFile.h
@@ -86,6 +86,7 @@ public:
// Get the properties
cmPropertyMap& GetProperties() { return this->Properties; }
+ const cmPropertyMap& GetProperties() const { return this->Properties; }
/**
* Check whether the given source file location could refer to this