diff options
-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; |