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:
John Levon 2003-02-18 14:37:31 +00:00
parent 873166d5e6
commit 32b53e2e93
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -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;