From a22a501537e271281e76fde673d283522532bb91 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 29 Nov 2018 02:07:29 +0100 Subject: [PATCH] NO-OP: whitespace --- libs/gtkmm2ext/gtkmm2ext/window_proxy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gtkmm2ext/gtkmm2ext/window_proxy.h b/libs/gtkmm2ext/gtkmm2ext/window_proxy.h index 2aa7aec6f2..9d86e73542 100644 --- a/libs/gtkmm2ext/gtkmm2ext/window_proxy.h +++ b/libs/gtkmm2ext/gtkmm2ext/window_proxy.h @@ -40,7 +40,7 @@ class VisibilityTracker; class LIBGTKMM2EXT_API WindowProxy : public PBD::StatefulDestructible, public virtual sigc::trackable { - public: +public: WindowProxy (const std::string& name); WindowProxy (const std::string& name, const std::string& menu_name); WindowProxy (const std::string& name, const std::string& menu_name, const XMLNode&); @@ -84,7 +84,7 @@ class LIBGTKMM2EXT_API WindowProxy : public PBD::StatefulDestructible, public vi sigc::signal0 signal_map; sigc::signal0 signal_unmap; - protected: +protected: std::string _name; std::string _menu_name; Glib::RefPtr _action;