summaryrefslogtreecommitdiffstats
path: root/sinksh/sinksh_utils.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-20 16:41:15 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-20 16:49:14 +0100
commit18e6abad3669c2c0ef55922543b4033b031893ff (patch)
treeb87e3296c3045ad9ec533b32a6ecbb80e21350c0 /sinksh/sinksh_utils.cpp
parent1864024012213dc0a17c76e9755bf50a19944ec7 (diff)
downloadsink-18e6abad3669c2c0ef55922543b4033b031893ff.tar.gz
sink-18e6abad3669c2c0ef55922543b4033b031893ff.zip
Store<Sink::ApplicationDomain::ApplicationDomainType> is not defined.
Diffstat (limited to 'sinksh/sinksh_utils.cpp')
-rw-r--r--sinksh/sinksh_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/sinksh_utils.cpp b/sinksh/sinksh_utils.cpp
index 1ee5997..82bd6c1 100644
--- a/sinksh/sinksh_utils.cpp
+++ b/sinksh/sinksh_utils.cpp
@@ -58,7 +58,7 @@ StoreBase &getStore(const QString &type)
58 58
59 SinkWarning_("", "") << "Trying to get a store that doesn't exist: " << type; 59 SinkWarning_("", "") << "Trying to get a store that doesn't exist: " << type;
60 Q_ASSERT(false); 60 Q_ASSERT(false);
61 static Store<Sink::ApplicationDomain::ApplicationDomainType> store; 61 static DummyStore store;
62 return store; 62 return store;
63} 63}
64 64