mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 05:12:40 +00:00
add missing ctor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23634 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0e20c40ad2
commit
a723380e3a
@ -131,6 +131,8 @@ private:
|
|||||||
/// BiblioInfo.second is the data for that key
|
/// BiblioInfo.second is the data for that key
|
||||||
class BiblioInfo {
|
class BiblioInfo {
|
||||||
public:
|
public:
|
||||||
|
///
|
||||||
|
BiblioInfo() {}
|
||||||
///
|
///
|
||||||
typedef std::map<docstring, BibTeXInfo>::const_iterator const_iterator;
|
typedef std::map<docstring, BibTeXInfo>::const_iterator const_iterator;
|
||||||
/// Returns a sorted vector of bibliography keys
|
/// Returns a sorted vector of bibliography keys
|
||||||
|
Loading…
Reference in New Issue
Block a user