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