summaryrefslogtreecommitdiffstats
path: root/src/engine/Engine.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-13 04:44:01 +0000
committerDavid Robillard <d@drobilla.net>2009-05-13 04:44:01 +0000
commit5268059f5d4ca9325a78da688a7622898354215a (patch)
treeebf19a912d4bf98966b3bf7c289059b0644bf47e /src/engine/Engine.hpp
parent19928bb583e72802746b89e322f71ecc0fcb7427 (diff)
downloadingen-5268059f5d4ca9325a78da688a7622898354215a.tar.gz
ingen-5268059f5d4ca9325a78da688a7622898354215a.tar.bz2
ingen-5268059f5d4ca9325a78da688a7622898354215a.zip
Remove 'using' declarations from headers.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1993 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/Engine.hpp')
-rw-r--r--src/engine/Engine.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/Engine.hpp b/src/engine/Engine.hpp
index 68755d85..5d17d304 100644
--- a/src/engine/Engine.hpp
+++ b/src/engine/Engine.hpp
@@ -92,10 +92,10 @@ public:
SharedPtr<EngineStore> engine_store() const;
/** Return the active driver for the given type */
- Driver* driver(DataType type, EventType event_type);
+ Driver* driver(Shared::DataType type, Shared::EventType event_type);
/** Set the driver for the given data type (replacing the old) */
- virtual void set_driver(DataType type, SharedPtr<Driver> driver);
+ virtual void set_driver(Shared::DataType type, SharedPtr<Driver> driver);
virtual void set_midi_driver(MidiDriver* driver);
virtual void add_event_source(SharedPtr<EventSource> source);