improved module validation

This commit is contained in:
Chris Punches
2025-02-23 04:10:51 -05:00
parent 2ec8908fa9
commit 6a91f30ce2
2 changed files with 17 additions and 10 deletions

View File

@@ -27,5 +27,5 @@ public:
DPMError validate_module_interface(void* module_handle, std::vector<std::string>& missing_symbols) const;
private:
std::string module_path_;
std::string _module_path;
};