From 603442e75bd9a93caf993c19b11bb73da52b8826 Mon Sep 17 00:00:00 2001 From: twanvl Date: Fri, 23 Jul 2010 14:40:28 +0000 Subject: [PATCH] comment git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1460 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/data/field.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/field.hpp b/src/data/field.hpp index 6ed7714a..9512c806 100644 --- a/src/data/field.hpp +++ b/src/data/field.hpp @@ -226,7 +226,8 @@ class Value : public IntrusivePtrVirtualBase { virtual void onAction(Action& a, bool undone) {} /// Is this value the same as some other value (for the same field&card) /** Has behaviour other than == for FakeTextValue. - * In that case, afterwards this becomes equal to that if they use the same underlying object. + * In that case returns true if this and that editing the same undelying value. + * If so, this value is updated to reflect the (possibly changed) underlying value. */ virtual bool equals(const Value* that);