diff --git a/src/apps/glteapot/FPS.h b/src/apps/glteapot/FPS.h index 4cad43b2e2..23c47c60e0 100644 --- a/src/apps/glteapot/FPS.h +++ b/src/apps/glteapot/FPS.h @@ -8,9 +8,9 @@ class FPS { public: FPS(); - ~FPS(); + ~FPS(); static void drawCounter(GLfloat frameRate); - + private: static void drawChar(GLfloat x, GLfloat y, GLint number); };