mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Andre needs a better, slower, compiler.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6200 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
873166d5e6
commit
32b53e2e93
@ -1,3 +1,7 @@
|
||||
2003-02-18 John Levon <levon@movementarian.org>
|
||||
|
||||
* buffer.h: add std::
|
||||
|
||||
2003-02-17 John Levon <levon@movementarian.org>
|
||||
|
||||
* SpellBase.h:
|
||||
|
@ -248,7 +248,7 @@ public:
|
||||
void validate(LaTeXFeatures &) const;
|
||||
|
||||
/// return all bibkeys from buffer and its childs
|
||||
void fillWithBibKeys(vector<pair<string, string> > & keys) const;
|
||||
void fillWithBibKeys(std::vector<std::pair<string, string> > & keys) const;
|
||||
///
|
||||
std::vector<string> const getLabelList() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user