mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
more std::
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6201 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
32b53e2e93
commit
5931d72922
@ -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);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user