Filter
- The domSource function is no longer static, and is prototyped in Filter.h for general use.
This commit is contained in:
@@ -27,8 +27,12 @@
|
||||
#ifndef INCLUDED_FILTER
|
||||
#define INCLUDED_FILTER
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <Task.h>
|
||||
#include <Variant.h>
|
||||
|
||||
bool domSource (const std::string&, Variant&);
|
||||
|
||||
class Filter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user