mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
fix compile error
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15675 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
94792c0821
commit
4fb480f34f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user