From 4fb480f34fb37dd86c292fec76503e7fb8ae6a6b Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 1 Nov 2006 17:06:17 +0000 Subject: [PATCH] fix compile error git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15675 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2