Am 25.02.2008 um 14:16 schrieb Abdelrazak Younes:
Stefan Schimanski wrote:
Modified: lyx-devel/trunk/src/mathed/InsetMathNest.h
URL:
http://www.lyx.org/trac/file/lyx-devel/trunk/src/mathed/InsetMathNest.h?rev=23226
=
=
=
=
=
=
=
=
=
=
====================================================================
--- lyx-devel/trunk/src/mathed/InsetMathNest.h (original)
+++ lyx-devel/trunk/src/mathed/InsetMathNest.h Mon Feb 25 14:11:09
2008
@@ -28,7 +28,7 @@
///
virtual size_t size() const;
///
- virtual docstring data(size_t idx) const;
+ virtual docstring const & data(size_t idx) const;
///
virtual std::string icon(size_t idx) const;
Had the same in mind. What about your crash? I didn't want to
change the signature before fixing that.
I have the hope that this change will fix my crash...
How can it? It will hide the bug at best :-/
Stefan