diff --git a/ChangeLog b/ChangeLog index dc7e3e80d1..740ad21086 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-10-22 Lars Gullik Bjønnes + + * src/support/lyxstring.h: removed a couple of "inline" that should + not be there. + 1999-10-21 Jean-Marc Lasgouttes * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass diff --git a/src/support/lyxstring.h b/src/support/lyxstring.h index 48f0883009..85ca222032 100644 --- a/src/support/lyxstring.h +++ b/src/support/lyxstring.h @@ -149,7 +149,7 @@ const_reference> const_reverse_iterator; static const size_type npos; /// #lyxstring x;# - inline lyxstring(); + lyxstring(); /// #lyxstring x(lyxstring ...)# lyxstring(lyxstring const &, size_type pos = 0, size_type n = npos); @@ -264,7 +264,7 @@ const_reference> const_reverse_iterator; lyxstring & operator+=(value_type const *); /// - inline lyxstring & operator+=(value_type); + lyxstring & operator+=(value_type); /// void push_back(value_type);