summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;