summaryrefslogtreecommitdiffstats
path: root/src/gui/App.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/App.hpp')
-rw-r--r--src/gui/App.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/App.hpp b/src/gui/App.hpp
index c609fa36..6071c750 100644
--- a/src/gui/App.hpp
+++ b/src/gui/App.hpp
@@ -39,6 +39,7 @@ class Interface;
class Log;
class Port;
class Serialiser;
+class StreamWriter;
class World;
namespace Client {
@@ -145,6 +146,7 @@ protected:
SPtr<Client::SigClientInterface> _client;
SPtr<Client::ClientStore> _store;
SPtr<ThreadedLoader> _loader;
+ SPtr<StreamWriter> _dumper;
Style* _style;