diff options
Diffstat (limited to 'server/src/template.h')
-rw-r--r-- | server/src/template.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/template.h b/server/src/template.h index f39baac..ac5900f 100644 --- a/server/src/template.h +++ b/server/src/template.h @@ -65,6 +65,7 @@ public: Widget window; std::map< std::string, std::string > attributes; Resume resume; + bool isHeader; }; class Course { |