diff options
Diffstat (limited to 'src/progs/gtk/PatchController.h')
-rw-r--r-- | src/progs/gtk/PatchController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/progs/gtk/PatchController.h b/src/progs/gtk/PatchController.h index eff525c8..04bc82a8 100644 --- a/src/progs/gtk/PatchController.h +++ b/src/progs/gtk/PatchController.h @@ -113,6 +113,8 @@ private: void create_connection(CountedPtr<ConnectionModel> cm); + NodeController* create_controller_for_node(CountedPtr<NodeModel> node); + PatchPropertiesWindow* m_properties_window; PatchWindow* m_window; ///< Patch Window currently showing m_patch_view |