#ifndef ROOTNODE_H #define ROOTNODE_H class RootNode { public: RootNode(); }; #endif // ROOTNODE_H