summaryrefslogtreecommitdiff
path: root/src/render/openglgraphicsdef.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/openglgraphicsdef.hpp')
-rw-r--r--src/render/openglgraphicsdef.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp
index 016c2762c..393803789 100644
--- a/src/render/openglgraphicsdef.hpp
+++ b/src/render/openglgraphicsdef.hpp
@@ -24,7 +24,7 @@ public:
void drawRectangle(const Rect &rect,
const bool filled);
- bool drawNet(const int x1, const int y1,
+ void drawNet(const int x1, const int y1,
const int x2, const int y2,
const int width, const int height) override final;