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:
fgerlits 2007-10-26 11:15:22 +00:00
parent 2ea22a61bd
commit d495b513c7
1 changed files with 3 additions and 3 deletions

View File

@ -560,7 +560,7 @@ GLiveSupport :: checkConfiguration(void) throw ()
/*------------------------------------------------------------------------------
* Display a message window.
*----------------------------------------------------------------------------*/
inline void
void
LiveSupport :: GLiveSupport ::
GLiveSupport :: displayMessageWindow(const Glib::ustring & message)
throw ()
@ -572,7 +572,7 @@ GLiveSupport :: displayMessageWindow(const Glib::ustring & message)
/*------------------------------------------------------------------------------
* Run a dialog window with No and Yes buttons.
*----------------------------------------------------------------------------*/
inline Gtk::ResponseType
Gtk::ResponseType
LiveSupport :: GLiveSupport ::
GLiveSupport :: runNoYesDialog(const Glib::ustring & message)
throw ()
@ -584,7 +584,7 @@ GLiveSupport :: runNoYesDialog(const Glib::ustring & message)
/*------------------------------------------------------------------------------
* Run a dialog window with just an OK button.
*----------------------------------------------------------------------------*/
inline Gtk::ResponseType
Gtk::ResponseType
LiveSupport :: GLiveSupport ::
GLiveSupport :: runOkDialog(const Glib::ustring & message)
throw ()