cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20672 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-10-02 22:10:33 +00:00
parent c4033d4012
commit d71a4a71dd
2 changed files with 1 additions and 4 deletions

View File

@ -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;

View File

@ -18,9 +18,6 @@
#include "support/types.h"
#include "frontends/mouse_state.h"
namespace lyx {
class Buffer;