mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
This doesn't need to be a vector. Should be no change of behavior.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35532 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7ff1a60d12
commit
1def3de92e
@ -71,7 +71,7 @@ class FileNameList;
|
||||
|
||||
|
||||
class Buffer;
|
||||
typedef std::vector<Buffer *> ListOfBuffers;
|
||||
typedef std::list<Buffer *> ListOfBuffers;
|
||||
|
||||
|
||||
/** The buffer object.
|
||||
|
Loading…
Reference in New Issue
Block a user