POSIX: Fixed DynLib implementation header

Former-commit-id: 381cfd9021f972662f1fc8c67536e884e58cb65c
This commit is contained in:
Lynix 2014-04-01 22:41:53 +02:00
parent 11c2f82835
commit 103f80ca2a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class NzDynLibImpl : NzNonCopyable
NzDynLibImpl(NzDynLib* m_parent);
~NzDynLibImpl() = default;
NzDynLibFunc GetSymbol(const NzString& symbol) const;
NzDynLibFunc GetSymbol(const NzString& symbol, NzString& errorMessage) const;
bool Load(const NzString& libraryPath);
void Unload();