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

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13454 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-03-22 21:38:40 +00:00
parent 29564e5f54
commit f68868707d
2 changed files with 2 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);