summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-29 02:07:29 +0100
committerRobin Gareus <robin@gareus.org>2018-11-29 02:07:29 +0100
commita22a501537e271281e76fde673d283522532bb91 (patch)
treec97cf87812bc2649a8fe5103851b7ae26a8a8277 /libs/gtkmm2ext/gtkmm2ext
parent1759d1c9c9a487b69542bd0cebddd07d99fafbc7 (diff)
NO-OP: whitespace
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/window_proxy.h4
1 files 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<void> signal_map;
sigc::signal0<void> signal_unmap;
- protected:
+protected:
std::string _name;
std::string _menu_name;
Glib::RefPtr<Gtk::Action> _action;