From 6c9a544e63e73c8aa3e990e9370ca9c582612f49 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 30 Jul 2008 12:58:13 +0000 Subject: Reenabled support for upload server. Currently only tested against local print-to-screen version. --- server/src/template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/template.h') diff --git a/server/src/template.h b/server/src/template.h index f19746a..d047712 100644 --- a/server/src/template.h +++ b/server/src/template.h @@ -36,7 +36,7 @@ public: std::map< std::string, std::string > attributes; }; -class LUAProgram { +class Script { public: std::map< std::string, std::string > attributes; }; @@ -55,7 +55,7 @@ class Macro { public: std::vector< Query > queries; std::vector< Map > maps; - std::vector< LUAProgram > luaprograms; + std::vector< Script > scripts; Widget window; std::map< std::string, std::string > attributes; }; -- cgit v1.2.3