#ifndef STRINGNODE_H #define STRINGNODE_H class StringNode { public: StringNode(); }; #endif // STRINGNODE_H