diff options
author | deva <deva> | 2008-07-30 12:58:13 +0000 |
---|---|---|
committer | deva <deva> | 2008-07-30 12:58:13 +0000 |
commit | 6c9a544e63e73c8aa3e990e9370ca9c582612f49 (patch) | |
tree | 76c2cdd65500116dc5b1539ef1baa0eedeacc01f /server/src/template.h | |
parent | 0da554ba6a55bbc195a30afa8f154af2ec2107a7 (diff) |
Reenabled support for upload server. Currently only tested against local print-to-screen version.
Diffstat (limited to 'server/src/template.h')
-rw-r--r-- | server/src/template.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; }; |