Posix fixes

This commit is contained in:
Lynix
2020-02-23 02:26:36 +01:00
parent 3fc67b3598
commit f084c30d70
3 changed files with 11 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ namespace Nz
{
public:
DynLibImpl(DynLib* m_parent);
~DynLibImpl() = default;
~DynLibImpl();
DynLibFunc GetSymbol(const char* symbol, std::string* errorMessage) const;
bool Load(const std::filesystem::path& libraryPath, std::string* errorMessage);