diff --git a/src/apps/glteapot/FPS.h b/src/apps/glteapot/FPS.h index df79b21f79..671778c2ca 100644 --- a/src/apps/glteapot/FPS.h +++ b/src/apps/glteapot/FPS.h @@ -16,4 +16,5 @@ public: private: static void drawChar( GLfloat x, GLfloat y, GLint number ); -}; \ No newline at end of file +}; + diff --git a/src/preferences/backgrounds/ImageFilePanel.h b/src/preferences/backgrounds/ImageFilePanel.h index fdab60eeed..a0663489d7 100644 --- a/src/preferences/backgrounds/ImageFilePanel.h +++ b/src/preferences/backgrounds/ImageFilePanel.h @@ -19,6 +19,7 @@ class BView; class CustomRefFilter : public BRefFilter { public: CustomRefFilter(bool imageFiltering); + virtual ~CustomRefFilter() {}; bool Filter(const entry_ref *ref, BNode* node, struct stat *st, const char *filetype);