aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-13 05:47:59 +0000
committerDavid Robillard <d@drobilla.net>2011-04-13 05:47:59 +0000
commitdf347f2545a8f39d55f7320a2f43b16dc0f2f32a (patch)
tree3b384264da5371ea6858e1078ac35bb5b8f9edba /src
parent4666af2e1cf4b1617351611ff3593d5c7bc9292d (diff)
downloadmachina-df347f2545a8f39d55f7320a2f43b16dc0f2f32a.tar.gz
machina-df347f2545a8f39d55f7320a2f43b16dc0f2f32a.tar.bz2
machina-df347f2545a8f39d55f7320a2f43b16dc0f2f32a.zip
Fix Raul include.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3145 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/gui/NodePropertiesWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodePropertiesWindow.hpp b/src/gui/NodePropertiesWindow.hpp
index b56941e..2751d77 100644
--- a/src/gui/NodePropertiesWindow.hpp
+++ b/src/gui/NodePropertiesWindow.hpp
@@ -22,7 +22,7 @@
#include <libglademm/xml.h>
-#include <raul/SharedPtr.hpp>
+#include "raul/SharedPtr.hpp"
namespace Machina { namespace Client { class ClientObject; } }