mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20672 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c4033d4012
commit
d71a4a71dd
@ -262,7 +262,7 @@ Buffer * BufferList::last()
|
||||
}
|
||||
|
||||
|
||||
Buffer * BufferList::getBuffer(unsigned int const choice)
|
||||
Buffer * BufferList::getBuffer(unsigned int choice)
|
||||
{
|
||||
if (choice >= bstore.size())
|
||||
return 0;
|
||||
|
@ -18,9 +18,6 @@
|
||||
|
||||
#include "support/types.h"
|
||||
|
||||
#include "frontends/mouse_state.h"
|
||||
|
||||
|
||||
namespace lyx {
|
||||
|
||||
class Buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user