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); ///