fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / gtk2_ardour / ardour_ui.h
index b288961d71c3212914dd5050aa2a54604f2ba4a3..08e0d42ab089dec16bca6350c5e6dce12079fba7 100644 (file)
@@ -707,10 +707,14 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
 
         void step_edit_status_change (bool);
 
+       void platform_specific ();
+       void platform_setup ();
+
        /* these are used only in response to a platform-specific "ShouldQuit" signal
         */
        bool idle_finish ();
        void queue_finish ();
+       void fontconfig_dialog ();
 
        std::list<WindowProxyBase*> _window_proxies;