git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1460 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-07-23 14:40:28 +00:00
parent 44b3d15a68
commit 603442e75b
+2 -1
View File
@@ -226,7 +226,8 @@ class Value : public IntrusivePtrVirtualBase {
virtual void onAction(Action& a, bool undone) {} virtual void onAction(Action& a, bool undone) {}
/// Is this value the same as some other value (for the same field&card) /// Is this value the same as some other value (for the same field&card)
/** Has behaviour other than == for FakeTextValue. /** 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); virtual bool equals(const Value* that);