From: Georg Baum Date: Wed, 1 Nov 2006 17:06:17 +0000 (+0000) Subject: fix compile error X-Git-Tag: 1.6.10~12095 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4fb480f34fb37dd86c292fec76503e7fb8ae6a6b;p=lyx.git fix compile error git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15675 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/session.h b/src/session.h index 5ab5ef32f6..36c78f57c5 100644 --- a/src/session.h +++ b/src/session.h @@ -195,7 +195,7 @@ public: public: /// constructor, set max_bookmarks /// allow 20 regular bookmarks - BookmarksSection::BookmarksSection() : max_bookmarks(20), bookmarks(0) {} + BookmarksSection() : max_bookmarks(20), bookmarks(0) {} /// Save the current position as bookmark /// if save==false, save to temp_bookmark