fix for warnings

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19959 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-01-25 17:50:58 +00:00
parent ede02ff526
commit ca48070032
2 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,5 @@ public:
private:
static void drawChar( GLfloat x, GLfloat y, GLint number );
};
};

View File

@ -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);