summaryrefslogtreecommitdiff
path: root/Source/bindexplib.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-05 15:51:38 -0400
committerBrad King <brad.king@kitware.com>2017-04-05 15:51:38 -0400
commitc216e80308c21c3c17b964f50f9f615121783ce6 (patch)
treeef7431435c8b486a4e4a4173b572ac551376c13c /Source/bindexplib.h
parent4046cb2d109bb91a16f53962219ad25c80d30755 (diff)
downloadcmake-c216e80308c21c3c17b964f50f9f615121783ce6.tar.gz
bindexplib: Run clang-format on header file
Diffstat (limited to 'Source/bindexplib.h')
-rw-r--r--Source/bindexplib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/bindexplib.h b/Source/bindexplib.h
index 7f0615f5da..51fe49d156 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;