the linker doesn't like inline public methods today;
removing inline-ness for now; maybe put it back after figuring out how
This commit is contained in:
parent
2ea22a61bd
commit
d495b513c7
|
@ -560,7 +560,7 @@ GLiveSupport :: checkConfiguration(void) throw ()
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* Display a message window.
|
* Display a message window.
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
inline void
|
void
|
||||||
LiveSupport :: GLiveSupport ::
|
LiveSupport :: GLiveSupport ::
|
||||||
GLiveSupport :: displayMessageWindow(const Glib::ustring & message)
|
GLiveSupport :: displayMessageWindow(const Glib::ustring & message)
|
||||||
throw ()
|
throw ()
|
||||||
|
@ -572,7 +572,7 @@ GLiveSupport :: displayMessageWindow(const Glib::ustring & message)
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* Run a dialog window with No and Yes buttons.
|
* Run a dialog window with No and Yes buttons.
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
inline Gtk::ResponseType
|
Gtk::ResponseType
|
||||||
LiveSupport :: GLiveSupport ::
|
LiveSupport :: GLiveSupport ::
|
||||||
GLiveSupport :: runNoYesDialog(const Glib::ustring & message)
|
GLiveSupport :: runNoYesDialog(const Glib::ustring & message)
|
||||||
throw ()
|
throw ()
|
||||||
|
@ -584,7 +584,7 @@ GLiveSupport :: runNoYesDialog(const Glib::ustring & message)
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
* Run a dialog window with just an OK button.
|
* Run a dialog window with just an OK button.
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
inline Gtk::ResponseType
|
Gtk::ResponseType
|
||||||
LiveSupport :: GLiveSupport ::
|
LiveSupport :: GLiveSupport ::
|
||||||
GLiveSupport :: runOkDialog(const Glib::ustring & message)
|
GLiveSupport :: runOkDialog(const Glib::ustring & message)
|
||||||
throw ()
|
throw ()
|
||||||
|
|
Loading…
Reference in New Issue