summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/event_type_map.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-01-21 18:48:03 +0000
committerDavid Robillard <d@drobilla.net>2009-01-21 18:48:03 +0000
commit7593f104abbd6407e2e7bc899f29190e3755aae3 (patch)
tree24636ea3bef2bd161dc5b8d971540b17c37123dd /libs/ardour/ardour/event_type_map.h
parent90ac43a8d83b923ebd634ea73f172c1404b5f1f5 (diff)
Fix incorrect/useless forward declaration and associated torrent of warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@4425 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/event_type_map.h')
-rw-r--r--libs/ardour/ardour/event_type_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/event_type_map.h b/libs/ardour/ardour/event_type_map.h
index d6f26aeac7..b0ccdc8efd 100644
--- a/libs/ardour/ardour/event_type_map.h
+++ b/libs/ardour/ardour/event_type_map.h
@@ -24,7 +24,7 @@
#include <string>
#include <evoral/TypeMap.hpp>
-class Evoral::Parameter;
+namespace Evoral { class Parameter; }
namespace ARDOUR {