Hide some internals of Changes:

* no one has to know that the current author has by default id 0,

Forgot this in the previous commit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30863 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-08-04 22:37:19 +00:00
parent 6d8f1aa244
commit dfabfe49c6

View File

@ -58,6 +58,8 @@ public:
bool deleted() const { return type == DELETED; }
///
void setDeleted() { type = DELETED; }
/// Is this change made by the current author ?
bool currentAuthor() const { return author == 0; }
Type type;