From c268db7b46645b8000bd77ce80e919080a75f152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Juh=C3=A1sz?= Date: Thu, 26 Jan 2017 16:10:56 +0100 Subject: Fix after hardware node coloring (#5114) --- src/particles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/particles.h') diff --git a/src/particles.h b/src/particles.h index 3177f2cfd..7ffb1c728 100644 --- a/src/particles.h +++ b/src/particles.h @@ -32,8 +32,8 @@ with this program; if not, write to the Free Software Foundation, Inc., struct ClientEvent; class ParticleManager; class ClientEnvironment; -class MapNode; -class ContentFeatures; +struct MapNode; +struct ContentFeatures; class Particle : public scene::ISceneNode { -- cgit v1.2.3