Skip to content

Commit 577f23a

Browse files
committed
CloudString: add getValue()
1 parent 6a9acc2 commit 577f23a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/property/types/CloudString.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ class CloudString : public Property {
5252
virtual bool isDifferentFromCloud() {
5353
return _value != _cloud_value;
5454
}
55+
virtual String & getValue() {
56+
return _value;
57+
}
5558
virtual void fromCloudToLocal() {
5659
_value = _cloud_value;
5760
}

0 commit comments

Comments
 (0)