editor: const correctness
This commit is contained in:
parent
96cc9e82a4
commit
5b120b11f5
@ -260,7 +260,7 @@ public:
|
||||
static SyncDocument *load(const std::wstring &fileName);
|
||||
bool save(const std::wstring &fileName);
|
||||
|
||||
bool modified()
|
||||
bool modified() const
|
||||
{
|
||||
if (savePointUnreachable) return true;
|
||||
return 0 != savePointDelta;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user