fix for warnings
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19959 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ede02ff526
commit
ca48070032
@ -16,4 +16,5 @@ public:
|
||||
private:
|
||||
static void drawChar( GLfloat x, GLfloat y, GLint number );
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user