From ba614b9d61f9eb7407108d7836177aa0608823e6 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 15 May 2009 11:52:52 +0000 Subject: Journal entries are now committed in the order in which they appear in the course description (the template). Misspelled 'macroes' have been corrected to 'macros' in template.h and all affected files. --- server/src/template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/template.h') diff --git a/server/src/template.h b/server/src/template.h index c6d40a6..f39baac 100644 --- a/server/src/template.h +++ b/server/src/template.h @@ -69,7 +69,7 @@ public: class Course { public: - std::vector< Macro > macroes; + std::vector< Macro > macros; std::map< std::string, std::string > attributes; }; -- cgit v1.2.3