diff options
Diffstat (limited to 'server/src/macrotool_filehandler.cc')
-rw-r--r-- | server/src/macrotool_filehandler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/macrotool_filehandler.cc b/server/src/macrotool_filehandler.cc index 2d9ea4e..d0245ba 100644 --- a/server/src/macrotool_filehandler.cc +++ b/server/src/macrotool_filehandler.cc @@ -55,7 +55,7 @@ public: std::vector< Query > queries; std::vector< Map > maps; std::vector< Script > scripts; - Widget window; + Widget widgets; std::map< std::string, std::string > attributes; Resume resume; }; |