From a18022d4243de7b2093507c574689c7a17c82bb9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Oct 2008 21:02:10 +0000 Subject: Add control randomize feature (node context menu). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1648 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeModule.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/NodeModule.hpp') diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp index de9556fd..5747bf30 100644 --- a/src/gui/NodeModule.hpp +++ b/src/gui/NodeModule.hpp @@ -22,7 +22,6 @@ #include #include #include "Port.hpp" -#include "NodeMenu.hpp" class Atom; @@ -37,6 +36,7 @@ namespace GUI { class PatchCanvas; class Port; +class NodeMenu; /** A module in a patch. -- cgit v1.2.1