summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-23 01:38:38 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-23 01:38:38 +0000
commit2858e239f420c0e5eaa58a1175797de446e4f6f6 (patch)
tree358aaf6be7c8333cf1af00cecf51ccdb91ce8b23 /libs/ardour/ardour/route.h
parentb7688699efbf0b6e185b1a9965a1e7d8f60b9ed3 (diff)
Rename a few bits and fix a undeclared method.
git-svn-id: svn://localhost/ardour2/branches/3.0@11066 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index cba946e840..af659fd4cd 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -494,7 +494,7 @@ class Route : public SessionObject, public Automatable, public RouteGroupMember,
uint32_t pans_required() const;
ChanCount n_process_buffers ();
- virtual bool should_monitor () const;
+ virtual bool ardour_should_monitor () const;
virtual void maybe_declick (BufferSet&, framecnt_t, int);
boost::shared_ptr<Amp> _amp;