#ifndef CATEGORY_H #define CATEGORY_H class Category { public: wxString id; wxString parent; wxString name; wxColour color; wxString font; }; #endif