Richard Heck
4b1777d2fa
Inset::addToToc() can and should be const. It wasn't, I take it, because
...
of things like:
pit.push_back(CursorSlice(*this));
which I've had to change to:
pit.push_back(CursorSlice(const_cast<InsetCaption &>(*this)));
and similarly in a few other places.
If anyone thinks we should instead have:
explicit CursorSlice(Inset const &);
then we can also do that.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37192 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-12 22:23:27 +00:00
..
2010-12-04 23:01:59 +00:00
2010-05-10 12:34:34 +00:00
2010-06-29 17:09:40 +00:00
2010-12-20 21:55:09 +00:00
2011-01-12 22:23:27 +00:00
2010-06-07 21:58:27 +00:00
2010-06-07 21:58:27 +00:00
2010-12-08 09:24:04 +00:00
2010-12-03 20:08:04 +00:00
2010-12-08 09:24:04 +00:00
2010-12-04 03:15:53 +00:00
2010-12-08 09:24:04 +00:00
2010-11-29 21:27:25 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2010-12-17 19:56:51 +00:00
2010-12-14 23:18:48 +00:00
2010-11-29 21:27:25 +00:00
2011-01-04 11:32:04 +00:00
2010-11-29 21:27:25 +00:00
2010-10-21 18:01:06 +00:00
2010-10-21 17:56:00 +00:00
2010-12-08 09:24:04 +00:00
2010-11-29 21:27:25 +00:00
2010-12-08 09:24:04 +00:00
2010-11-29 21:27:25 +00:00
2010-11-26 16:45:58 +00:00
2010-10-12 15:37:02 +00:00
2010-12-08 09:24:04 +00:00
2010-03-03 22:13:45 +00:00
2010-11-24 15:27:36 +00:00
2010-10-27 21:35:13 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2010-03-31 19:38:05 +00:00
2009-11-08 15:53:21 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2010-04-21 01:19:25 +00:00
2008-11-14 15:58:50 +00:00
2010-12-20 21:55:09 +00:00
2010-12-20 21:55:09 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2011-01-06 18:40:39 +00:00
2010-12-17 19:56:51 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2010-10-13 15:54:39 +00:00
2010-10-13 15:54:39 +00:00
2010-12-08 09:24:04 +00:00
2010-09-17 23:12:19 +00:00
2010-12-08 09:24:04 +00:00
2010-11-29 21:27:25 +00:00
2010-12-17 19:56:51 +00:00
2010-10-31 01:26:50 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2010-11-29 21:27:25 +00:00
2010-11-29 21:27:25 +00:00
2010-11-29 21:27:25 +00:00
2010-11-29 21:27:25 +00:00
2010-12-20 22:29:41 +00:00
2010-11-29 21:27:25 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2010-12-02 18:00:33 +00:00
2010-11-29 21:27:25 +00:00
2010-11-18 19:50:29 +00:00
2010-11-29 21:27:25 +00:00
2010-12-20 21:55:09 +00:00
2010-12-20 21:55:09 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2010-11-29 21:27:25 +00:00
2010-11-29 21:27:25 +00:00
2010-12-29 06:00:22 +00:00
2010-12-20 21:55:09 +00:00
2010-12-20 21:55:09 +00:00
2010-12-20 21:55:09 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2011-01-12 22:23:27 +00:00
2010-12-17 13:12:43 +00:00
2010-12-17 13:12:43 +00:00
2010-11-29 21:27:25 +00:00
2010-11-29 21:27:25 +00:00
2010-12-08 09:24:04 +00:00
2010-03-03 22:13:45 +00:00
2009-07-14 19:46:17 +00:00
2010-04-22 11:16:58 +00:00
2009-08-13 17:21:59 +00:00
2010-07-29 15:17:58 +00:00
2010-07-29 15:17:58 +00:00