mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
5fe1f30cdd
commit
a795073d30
@ -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>
|
1999-10-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
|
* src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
|
||||||
|
@ -149,7 +149,7 @@ const_reference> const_reverse_iterator;
|
|||||||
static const size_type npos;
|
static const size_type npos;
|
||||||
|
|
||||||
/// #lyxstring x;#
|
/// #lyxstring x;#
|
||||||
inline lyxstring();
|
lyxstring();
|
||||||
|
|
||||||
/// #lyxstring x(lyxstring ...)#
|
/// #lyxstring x(lyxstring ...)#
|
||||||
lyxstring(lyxstring const &, size_type pos = 0, size_type n = npos);
|
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 *);
|
lyxstring & operator+=(value_type const *);
|
||||||
|
|
||||||
///
|
///
|
||||||
inline lyxstring & operator+=(value_type);
|
lyxstring & operator+=(value_type);
|
||||||
|
|
||||||
///
|
///
|
||||||
void push_back(value_type);
|
void push_back(value_type);
|
||||||
|
Loading…
Reference in New Issue
Block a user