inline bug fixed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@223 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 1999-10-21 23:27:31 +00:00
parent 5fe1f30cdd
commit a795073d30
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1999-10-22 Lars Gullik Bjønnes <larsbj@lyx.org>
* src/support/lyxstring.h: removed a couple of "inline" that should
not be there.
1999-10-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass

View File

@ -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);