aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-18 16:20:14 +0000
committerDavid Robillard <d@drobilla.net>2011-10-18 16:20:14 +0000
commit4ad77fcf670aa95cdd0e8c01916c0fed404d7547 (patch)
tree3601b0f7fe48207317aa1a8d6470fe41dee64167
parent8e8ac42570f9b1692be9928df7d1fab0d24d4f6e (diff)
downloadmachina-4ad77fcf670aa95cdd0e8c01916c0fed404d7547.tar.gz
machina-4ad77fcf670aa95cdd0e8c01916c0fed404d7547.tar.bz2
machina-4ad77fcf670aa95cdd0e8c01916c0fed404d7547.zip
Clang warning fixes.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3546 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/engine/ActionFactory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/ActionFactory.hpp b/src/engine/ActionFactory.hpp
index 720edd0..0d9ce3f 100644
--- a/src/engine/ActionFactory.hpp
+++ b/src/engine/ActionFactory.hpp
@@ -22,7 +22,7 @@
namespace Machina {
-class Action;
+struct Action;
namespace ActionFactory {
SharedPtr<Action> copy(SharedPtr<Action> copy);