diff options
author | Brad King <brad.king@kitware.com> | 2017-04-06 13:36:35 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-04-06 13:37:19 (GMT) |
commit | a6530f3ee2415f3d194f71d90a9baad502fe6183 (patch) | |
tree | 8732913497ecc3b2cc257f8c1587df07d7986845 | |
parent | 5d4db33e7011e7aa3ada95c1aafb51f2f15d6ec5 (diff) | |
parent | c216e80308c21c3c17b964f50f9f615121783ce6 (diff) | |
download | CMake-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
-rw-r--r-- | Source/bindexplib.h | 1 |
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; |