summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--table.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/table.proto b/table.proto
index d3b76cf..c841262 100644
--- a/table.proto
+++ b/table.proto
@@ -10,7 +10,7 @@ import "widget.proto"; // Import the well-known type for Timestamp
message StringRow {
- string header = 1; //
+ Widget header = 1; //
repeated string vals = 2; //
repeated Widget widgets = 3; //
}