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/Connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/Connection.cpp') diff --git a/src/gui/Connection.cpp b/src/gui/Connection.cpp index 27110227..f9e079c0 100644 --- a/src/gui/Connection.cpp +++ b/src/gui/Connection.cpp @@ -25,7 +25,7 @@ namespace Ingen { namespace GUI { Connection::Connection(boost::shared_ptr canvas, - boost::shared_ptr model, + boost::shared_ptr model, boost::shared_ptr src, boost::shared_ptr dst, uint32_t color) -- cgit v1.2.1