summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--widget.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget.proto b/widget.proto
index 6986617..5387413 100644
--- a/widget.proto
+++ b/widget.proto
@@ -27,11 +27,11 @@ message Widget {
int64 id = 1;
string name = 2;
int64 size = 3;
+ google.protobuf.Any val = 4;
// Size size = 3;
// Location location = 4;
// string color = 5;
// google.protobuf.Any TK = 6;
- // google.protobuf.Any val = 7;
}
message Widgets {