more std::

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6201 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-02-18 14:44:49 +00:00
parent 32b53e2e93
commit 5931d72922

View File

@ -79,7 +79,7 @@ public:
/// This returns the list of labels on the child buffer
std::vector<string> const getLabelList() const;
/// This returns the list of bibkeys on the child buffer
void fillWithBibKeys(vector<pair<string,string> > & keys) const;
void fillWithBibKeys(std::vector<std::pair<string,string> > & keys) const;
///
void edit(BufferView *, int x, int y, mouse_button::state button);
///