summaryrefslogtreecommitdiffstats
path: root/src/gui/WindowFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/WindowFactory.hpp')
-rw-r--r--src/gui/WindowFactory.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/WindowFactory.hpp b/src/gui/WindowFactory.hpp
index 0712c656..465bfa80 100644
--- a/src/gui/WindowFactory.hpp
+++ b/src/gui/WindowFactory.hpp
@@ -25,9 +25,9 @@
namespace Ingen {
namespace Client {
-class PatchModel;
-class NodeModel;
+class BlockModel;
class ObjectModel;
+class PatchModel;
}
namespace GUI {
@@ -57,7 +57,7 @@ public:
PatchBox* patch_box(SharedPtr<const Client::PatchModel> patch);
PatchWindow* patch_window(SharedPtr<const Client::PatchModel> patch);
- PatchWindow* parent_patch_window(SharedPtr<const Client::NodeModel> node);
+ PatchWindow* parent_patch_window(SharedPtr<const Client::BlockModel> block);
void present_patch(
SharedPtr<const Client::PatchModel> model,