|
@ -19,7 +19,7 @@ class BasePathFilter : public ofx::IO::AbstractPathFilter { |
|
|
public: |
|
|
public: |
|
|
BasePathFilter(){} |
|
|
BasePathFilter(){} |
|
|
virtual ~BasePathFilter(){} |
|
|
virtual ~BasePathFilter(){} |
|
|
virtual bool accept(const Poco::Path & path) const {} |
|
|
virtual bool accept(const Poco::Path & path) const { return false; } |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
class VideoPathFilter : public BasePathFilter { |
|
|
class VideoPathFilter : public BasePathFilter { |
|
|