summaryrefslogtreecommitdiffstats
path: root/sinksh/sinksh_utils.cpp
diff options
context:
space:
mode:
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