mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +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())
|
if (choice >= bstore.size())
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -18,9 +18,6 @@
|
|||||||
|
|
||||||
#include "support/types.h"
|
#include "support/types.h"
|
||||||
|
|
||||||
#include "frontends/mouse_state.h"
|
|
||||||
|
|
||||||
|
|
||||||
namespace lyx {
|
namespace lyx {
|
||||||
|
|
||||||
class Buffer;
|
class Buffer;
|
||||||
|
Loading…
Reference in New Issue
Block a user