summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 01:44:57 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 01:44:57 +0000
commitc94457731f1fbddbb3e659a3682f705b260b249f (patch)
tree23f3f925327cb7bfc32c6b0a47ca651ba4bea83a /src/gui/PatchWindow.cpp
parentcf54391f7ca67774546380ef08f654d91a94c0cd (diff)
downloadingen-c94457731f1fbddbb3e659a3682f705b260b249f.tar.gz
ingen-c94457731f1fbddbb3e659a3682f705b260b249f.tar.bz2
ingen-c94457731f1fbddbb3e659a3682f705b260b249f.zip
BreadCrumbBox => BreadCrumbs.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2072 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/PatchWindow.cpp')
-rw-r--r--src/gui/PatchWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchWindow.cpp b/src/gui/PatchWindow.cpp
index 3b5c3f9b..e1992d1e 100644
--- a/src/gui/PatchWindow.cpp
+++ b/src/gui/PatchWindow.cpp
@@ -35,7 +35,7 @@
#include "Configuration.hpp"
#include "MessagesWindow.hpp"
#include "PatchTreeWindow.hpp"
-#include "BreadCrumbBox.hpp"
+#include "BreadCrumbs.hpp"
#include "ConnectWindow.hpp"
#include "ThreadedLoader.hpp"
#include "WindowFactory.hpp"