mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +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
|
||||
class BiblioInfo {
|
||||
public:
|
||||
///
|
||||
BiblioInfo() {}
|
||||
///
|
||||
typedef std::map<docstring, BibTeXInfo>::const_iterator const_iterator;
|
||||
/// Returns a sorted vector of bibliography keys
|
||||
|
Loading…
Reference in New Issue
Block a user