From 198560d5fd499ab14eb4e130ee74e21fa86674a4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 May 2011 02:57:36 +0000 Subject: Make models const in client code. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3259 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PortMenu.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/PortMenu.hpp') diff --git a/src/gui/PortMenu.hpp b/src/gui/PortMenu.hpp index 21c18560..2eec5e02 100644 --- a/src/gui/PortMenu.hpp +++ b/src/gui/PortMenu.hpp @@ -36,9 +36,10 @@ namespace GUI { class PortMenu : public ObjectMenu { public: - PortMenu(BaseObjectType* cobject, const Glib::RefPtr& xml); + PortMenu(BaseObjectType* cobject, + const Glib::RefPtr& xml); - void init(SharedPtr port, bool patch_port = false); + void init(SharedPtr port, bool patch_port=false); private: void on_menu_disconnect(); -- cgit v1.2.1