Fix compilation

This commit is contained in:
Lynix
2016-10-21 02:12:35 +02:00
parent 8f84700628
commit b062b496cf
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
namespace Nz
{
inline AbstractImage::AbstractImage(const AbstractImage& image) :
inline AbstractImage::AbstractImage(const AbstractImage&) :
RefCounted()
{
}