aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/filternode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/filternode.h')
-rw-r--r--node/filternode.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/node/filternode.h b/node/filternode.h
new file mode 100644
index 0000000..b87dff7
--- /dev/null
+++ b/node/filternode.h
@@ -0,0 +1,11 @@
+#ifndef FILTERNODE_H
+#define FILTERNODE_H
+
+
+class FilterNode
+{
+public:
+ FilterNode();
+};
+
+#endif // FILTERNODE_H \ No newline at end of file