mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
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:
parent
29564e5f54
commit
f68868707d
@ -65,7 +65,7 @@ private:
|
|||||||
|
|
||||||
Gtk::CheckButton * toggleallcheck_;
|
Gtk::CheckButton * toggleallcheck_;
|
||||||
|
|
||||||
void GCharacter::onChange();
|
void onChange();
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace frontend
|
} // namespace frontend
|
||||||
|
@ -27,7 +27,7 @@ namespace frontend {
|
|||||||
|
|
||||||
class GtkLengthEntry : public Gtk::HBox {
|
class GtkLengthEntry : public Gtk::HBox {
|
||||||
public:
|
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(LyXLength const & length);
|
||||||
void set_length(std::string const & length);
|
void set_length(std::string const & length);
|
||||||
|
Loading…
Reference in New Issue
Block a user