summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-06 13:36:35 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-04-06 13:37:19 (GMT)
commita6530f3ee2415f3d194f71d90a9baad502fe6183 (patch)
tree8732913497ecc3b2cc257f8c1587df07d7986845 /Source
parent5d4db33e7011e7aa3ada95c1aafb51f2f15d6ec5 (diff)
parentc216e80308c21c3c17b964f50f9f615121783ce6 (diff)
downloadCMake-a6530f3ee2415f3d194f71d90a9baad502fe6183.zip
CMake-a6530f3ee2415f3d194f71d90a9baad502fe6183.tar.gz
CMake-a6530f3ee2415f3d194f71d90a9baad502fe6183.tar.bz2
Merge topic 'bindexplib-format'
c216e803 bindexplib: Run clang-format on header file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !670
Diffstat (limited to 'Source')
-rw-r--r--Source/bindexplib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/bindexplib.h b/Source/bindexplib.h
index 7f0615f..51fe49d 100644
--- a/Source/bindexplib.h
+++ b/Source/bindexplib.h
@@ -16,6 +16,7 @@ public:
bool AddDefinitionFile(const char* filename);
bool AddObjectFile(const char* filename);
void WriteFile(FILE* file);
+
private:
std::set<std::string> Symbols;
std::set<std::string> DataSymbols;