From 5931d729226b4e00dc83e6c0287b184b88c2ae9d Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 18 Feb 2003 14:44:49 +0000 Subject: [PATCH] more std:: git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6201 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetinclude.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/insetinclude.h b/src/insets/insetinclude.h index f926c42d56..291f3c8dd9 100644 --- a/src/insets/insetinclude.h +++ b/src/insets/insetinclude.h @@ -79,7 +79,7 @@ public: /// This returns the list of labels on the child buffer std::vector const getLabelList() const; /// This returns the list of bibkeys on the child buffer - void fillWithBibKeys(vector > & keys) const; + void fillWithBibKeys(std::vector > & keys) const; /// void edit(BufferView *, int x, int y, mouse_button::state button); ///