summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/EventQueueImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/EventQueueImpl.h')
-rw-r--r--src/uscxml/interpreter/EventQueueImpl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uscxml/interpreter/EventQueueImpl.h b/src/uscxml/interpreter/EventQueueImpl.h
index 50ac608..f4c2b54 100644
--- a/src/uscxml/interpreter/EventQueueImpl.h
+++ b/src/uscxml/interpreter/EventQueueImpl.h
@@ -69,6 +69,9 @@ public:
virtual Data serialize() = 0;
virtual void deserialize(const Data& data) = 0;
+private:
+ // this will silence the warning about the hidden overloaded virtual function
+ using EventQueueImpl::create;
};
}