diff options
author | Brad King <brad.king@kitware.com> | 2017-04-05 19:51:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-05 19:51:38 (GMT) |
commit | c216e80308c21c3c17b964f50f9f615121783ce6 (patch) | |
tree | ef7431435c8b486a4e4a4173b572ac551376c13c /Source/bindexplib.h | |
parent | 4046cb2d109bb91a16f53962219ad25c80d30755 (diff) | |
download | CMake-c216e80308c21c3c17b964f50f9f615121783ce6.zip CMake-c216e80308c21c3c17b964f50f9f615121783ce6.tar.gz CMake-c216e80308c21c3c17b964f50f9f615121783ce6.tar.bz2 |
bindexplib: Run clang-format on header file
Diffstat (limited to 'Source/bindexplib.h')
-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; |