When building with MSVC, allow for the fact that Mixbus and Ardour can be using diffe...
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / application.h
index f0d029d3e7076a0e1f650326e7438efa7df3a79b..65c4731ce0733d40cf93910b2ef8c864bc13df11 100644 (file)
@@ -1,4 +1,4 @@
-/* GTK+ Integration with platform-specific application-wide features 
+/* GTK+ Integration with platform-specific application-wide features
  * such as the OS X menubar and application delegate concepts.
  *
  * Copyright (C) 2009 Paul Davis
@@ -38,13 +38,14 @@ namespace Glib {
 
 namespace Gtkmm2ext {
 
-class LIBGTKMM2EXT_API Application 
+class LIBGTKMM2EXT_API Application
 {
 public:
     static Application* instance();
     ~Application ();
 
     void                     ready ();
+    void                     hide ();
     void                     cleanup ();
     void                     set_menu_bar (Gtk::MenuShell&);
     GtkApplicationMenuGroup* add_app_menu_group ();