Utility: Fixes compilation

This commit is contained in:
DrLynix 2017-01-20 09:50:26 +01:00
parent 6ba35700bf
commit 59e0c1af29
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ namespace Nz
inline bool IsValid() const;
template<typename... Args> static IconRef New(Args&&... args);
private:
IconImpl* m_impl;
};