Fix edited flag setter

master
Marc Gilleron 2022-06-18 19:40:11 +01:00
parent 0e12e6dbf1
commit 714525724f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
}
inline void set_edited(bool edited) {
_edited = true;
_edited = edited;
}
inline bool is_edited() const {