From a723380e3a3dbe1bb24827b0c9d650287ca25ad2 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 10 Mar 2008 14:21:49 +0000 Subject: [PATCH] add missing ctor git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23634 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BiblioInfo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BiblioInfo.h b/src/BiblioInfo.h index 6d9de140df..ecff0ffbf2 100644 --- a/src/BiblioInfo.h +++ b/src/BiblioInfo.h @@ -131,6 +131,8 @@ private: /// BiblioInfo.second is the data for that key class BiblioInfo { public: + /// + BiblioInfo() {} /// typedef std::map::const_iterator const_iterator; /// Returns a sorted vector of bibliography keys -- 2.39.5