summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-18 03:17:07 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-18 03:17:07 +0000
commitf9d0879e868cfab2e8ebd25803bdfa14a3f70426 (patch)
tree7170b4c470d651f57e2a5e842fef60ede4847e5b /gtk2_ardour/processor_box.h
parent0d34f2487d8b405dd0f2117092e091f49e94447a (diff)
Plugin UI state should of course be saved per-session rather than globally.
git-svn-id: svn://localhost/ardour2/branches/3.0@7646 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index 9273a75052..80b0cd818a 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -83,6 +83,9 @@ public:
ProcessorWindowProxy (std::string const &, XMLNode const *, ProcessorBox *, boost::weak_ptr<ARDOUR::Processor>);
void show ();
+ bool rc_configured () const {
+ return false;
+ }
boost::weak_ptr<ARDOUR::Processor> processor () const {
return _processor;