diff --git a/src/opengl/primitives.hpp b/src/opengl/primitives.hpp index 203a7e39..9d51af98 100644 --- a/src/opengl/primitives.hpp +++ b/src/opengl/primitives.hpp @@ -23,6 +23,7 @@ namespace opengl wire_box() {} wire_box( const wire_box&); wire_box& operator=( wire_box& ); + public: static wire_box& getInstance() { static wire_box instance;