POSIX: Fixed DynLib implementation header
Former-commit-id: 381cfd9021f972662f1fc8c67536e884e58cb65c
This commit is contained in:
parent
11c2f82835
commit
103f80ca2a
|
|
@ -19,7 +19,7 @@ class NzDynLibImpl : NzNonCopyable
|
||||||
NzDynLibImpl(NzDynLib* m_parent);
|
NzDynLibImpl(NzDynLib* m_parent);
|
||||||
~NzDynLibImpl() = default;
|
~NzDynLibImpl() = default;
|
||||||
|
|
||||||
NzDynLibFunc GetSymbol(const NzString& symbol) const;
|
NzDynLibFunc GetSymbol(const NzString& symbol, NzString& errorMessage) const;
|
||||||
bool Load(const NzString& libraryPath);
|
bool Load(const NzString& libraryPath);
|
||||||
void Unload();
|
void Unload();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue