#ifndef FILTERNODE_H #define FILTERNODE_H class FilterNode { public: FilterNode(); }; #endif // FILTERNODE_H