From ca48070032a39e3e084fda40c8c110874bd61e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 25 Jan 2007 17:50:58 +0000 Subject: [PATCH] fix for warnings git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19959 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/glteapot/FPS.h | 3 ++- src/preferences/backgrounds/ImageFilePanel.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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);