From bc487bb4b02a9780938d6cf8528c888e59161aa9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 26 Oct 2015 14:35:06 -0400 Subject: replicate the remove-all-trailing whitespace commit(s) in master --- gtk2_ardour/processor_box.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gtk2_ardour/processor_box.h') diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h index 7e09b20b3f..1a8bae315a 100644 --- a/gtk2_ardour/processor_box.h +++ b/gtk2_ardour/processor_box.h @@ -82,27 +82,27 @@ class ProcessorWindowProxy : public WM::ProxyBase public: ProcessorWindowProxy (std::string const &, ProcessorBox *, boost::weak_ptr); ~ProcessorWindowProxy(); - + Gtk::Window* get (bool create = false); - + boost::weak_ptr processor () const { return _processor; } - + ARDOUR::SessionHandlePtr* session_handle(); void show_the_right_window (); void set_custom_ui_mode(bool use_custom) { want_custom = use_custom; } - + int set_state (const XMLNode&, int); XMLNode& get_state (); - + private: ProcessorBox* _processor_box; boost::weak_ptr _processor; bool is_custom; bool want_custom; bool _valid; - + void processor_going_away (); PBD::ScopedConnection going_away_connection; }; -- cgit v1.2.3