compile fix from Ling Li: remove superflous class name of members

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13455 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-03-22 21:42:31 +00:00
parent c362a8a4d1
commit 1b3deba2b9
3 changed files with 4 additions and 2 deletions

View File

@ -65,7 +65,7 @@ private:
Gtk::CheckButton * toggleallcheck_;
void GCharacter::onChange();
void onChange();
};
} // namespace frontend

View File

@ -27,7 +27,7 @@ namespace frontend {
class GtkLengthEntry : public Gtk::HBox {
public:
GtkLengthEntry::GtkLengthEntry(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade);
GtkLengthEntry(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade);
void set_length(LyXLength const & length);
void set_length(std::string const & length);

View File

@ -88,3 +88,5 @@ What's new
- Don't use the -mms-bitfields compiler switch on mingw and cygwin, since
Q..3/ does not use it either in the default configuration
- Compilation fix (gtk frontend) for gcc 4.1