aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/EdgeView.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-24 19:26:47 +0000
committerDavid Robillard <d@drobilla.net>2007-07-24 19:26:47 +0000
commit5b69373d9468683642012eb1522c3fcf577102b1 (patch)
treeb7bf44b059804e0a5eed9bb7074914022b83af40 /src/gui/EdgeView.hpp
parent16751f0c2a7348ce9d060d5ba8c1e25098191a5e (diff)
downloadmachina-5b69373d9468683642012eb1522c3fcf577102b1.tar.gz
machina-5b69373d9468683642012eb1522c3fcf577102b1.tar.bz2
machina-5b69373d9468683642012eb1522c3fcf577102b1.zip
Consistently rename all C++ files .cpp/.hpp.
Fix (some) inclusion guard names to not clash with other libs. git-svn-id: http://svn.drobilla.net/lad/machina@613 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/EdgeView.hpp')
-rw-r--r--src/gui/EdgeView.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp
index 6dbc611..29eacde 100644
--- a/src/gui/EdgeView.hpp
+++ b/src/gui/EdgeView.hpp
@@ -18,7 +18,7 @@
#ifndef MACHINA_EDGEVIEW_H
#define MACHINA_EDGEVIEW_H
-#include <flowcanvas/Connection.h>
+#include <flowcanvas/Connection.hpp>
namespace Machina { class Edge; }
class NodeView;