summaryrefslogtreecommitdiffhomepage
path: root/shaders/lightmap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/lightmap.hpp')
-rw-r--r--shaders/lightmap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/lightmap.hpp b/shaders/lightmap.hpp
index b8bbd0c7..4169b974 100644
--- a/shaders/lightmap.hpp
+++ b/shaders/lightmap.hpp
@@ -30,7 +30,7 @@ struct light_s final
bool operator==(const light_s&) const noexcept;
};
-struct chunk;
+class chunk;
struct lightmap_shader final : GL::AbstractShaderProgram
{