summaryrefslogtreecommitdiff
path: root/server/src/template.h
diff options
context:
space:
mode:
authordeva <deva>2008-05-16 15:00:12 +0000
committerdeva <deva>2008-05-16 15:00:12 +0000
commitd22c5966c130ef7768bac7914cb4dafa74088036 (patch)
tree9e0cffb41f582cdf01f592257dd6c85677241f2e /server/src/template.h
parent3f2a5d6e373a79260594382c67d693d4b97c4ffa (diff)
Worked on the connection of the various elements of the server.
Diffstat (limited to 'server/src/template.h')
-rw-r--r--server/src/template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/template.h b/server/src/template.h
index e3b030c..0884c08 100644
--- a/server/src/template.h
+++ b/server/src/template.h
@@ -54,7 +54,7 @@ public:
std::map< std::string, std::string > attributes;
};
-class MacroSequence {
+class Course {
public:
std::vector< Macro > macroes;
std::map< std::string, std::string > attributes;
@@ -62,7 +62,7 @@ public:
class Template {
public:
- MacroSequence macrosequence;
+ Course course;
std::map< std::string, std::string > attributes;
};