diff options
Diffstat (limited to 'src/Content.hpp')
-rw-r--r-- | src/Content.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Content.hpp b/src/Content.hpp index 82eb35e..18c3d70 100644 --- a/src/Content.hpp +++ b/src/Content.hpp @@ -17,7 +17,7 @@ public: virtual bool Init() = 0; virtual void Shutdown() = 0; - virtual bool Render(RequestResponse & rr, RenderData & rd) = 0; + virtual bool Render(RequestResponse & rr, RenderData & rd, std::string & out) = 0; virtual std::string const & GetUriBasePath() const = 0; virtual std::string const & GetMainTemplate() const = 0; |