Skip to content

Commit 7ee9b6c

Browse files
committed
CloudString Add method to return _value
1 parent e8a5d7c commit 7ee9b6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/property/types/CloudString.h

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ class CloudString : public Property {
5252
const char * c_str() {
5353
return _value.c_str();
5454
}
55+
String& getValue() {
56+
return _value;
57+
}
5558
virtual bool isDifferentFromCloud() {
5659
return _value != _cloud_value;
5760
}

0 commit comments

Comments
 (0)