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@27543 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
518a894826
commit
9a9528e86f
@ -136,7 +136,7 @@ public:
|
||||
///
|
||||
void resizeBufferView();
|
||||
|
||||
bool inDialogMode() { return dialog_mode_; }
|
||||
bool inDialogMode() const { return dialog_mode_; }
|
||||
void setDialogMode(bool mode) { dialog_mode_ = mode; }
|
||||
|
||||
///
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "buffer_funcs.h"
|
||||
#include "BufferParams.h"
|
||||
#include "BufferView.h"
|
||||
#include "BufferView.h"
|
||||
#include "Changes.h"
|
||||
#include "Cursor.h"
|
||||
#include "CutAndPaste.h"
|
||||
|
Loading…
Reference in New Issue
Block a user