summaryrefslogtreecommitdiff
path: root/rotord/src/rotord.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotord.h')
-rwxr-xr-xrotord/src/rotord.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotord.h b/rotord/src/rotord.h
index 5d4398b..ea065c0 100755
--- a/rotord/src/rotord.h
+++ b/rotord/src/rotord.h
@@ -88,6 +88,7 @@ class RotorRequestHandlerFactory: public HTTPRequestHandlerFactory
private:
std::unordered_map<std::string,Rotor::Render_context> context;
+ std::unordered_map<std::string,std::string> renders;
Poco::UUIDGenerator idGen;
Poco::TaskManager manager;
};