libglui / glui

GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, using GLUT or FreeGLUT.
Other
196 stars 81 forks source link

Code Tidy-up: C++11 override annotation for virtual function overrides #72

Closed nigels-com closed 7 years ago

nigels-com commented 7 years ago

This is necessary in C++11 mode with -Wall -pedantic