Utility: Fixes compilation
This commit is contained in:
parent
6ba35700bf
commit
59e0c1af29
|
|
@ -35,6 +35,8 @@ namespace Nz
|
|||
|
||||
inline bool IsValid() const;
|
||||
|
||||
template<typename... Args> static IconRef New(Args&&... args);
|
||||
|
||||
private:
|
||||
IconImpl* m_impl;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue