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

@ -10,6 +10,7 @@
#include <Nazara/Math/Vector3.hpp> #include <Nazara/Math/Vector3.hpp>
#include <Nazara/Network/IpAddress.hpp> #include <Nazara/Network/IpAddress.hpp>
#include <Nazara/Utility/Font.hpp> #include <Nazara/Utility/Font.hpp>
#include <Nazara/Utility/Image.hpp>
#include <Nazara/Utility/Mesh.hpp> #include <Nazara/Utility/Mesh.hpp>
#include <NDK/Application.hpp> #include <NDK/Application.hpp>
#include <NDK/Components.hpp> #include <NDK/Components.hpp>

View File

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