#ifndef THAT_CLASS_H #define THAT_CLASS_H class ThatClass { public: ThatClass() { id = 3; } private: int id; }; #endif