From 7b601a8e689ab4bc657f730f23c2c785b2fe7846 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 25 May 2019 02:50:43 -0700 Subject: update for the new protobuf Signed-off-by: Jeff Carr --- structs.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index bf9c860..90da86f 100644 --- a/structs.go +++ b/structs.go @@ -58,7 +58,7 @@ type GuiDataStructure struct { // account entry textboxes Config *pb.Config - Current *pb.Config_Account + Current *pb.Account // A map of all buttons everywhere on all // windows, all tabs, across all goroutines @@ -102,7 +102,7 @@ type TableColumnData struct { type ButtonMap struct { B *ui.Button FB *ui.FontButton - Account *pb.Config_Account + Account *pb.Account VM *pb.Event_VM Action string // what type of button aTab *GuiTabStructure @@ -177,7 +177,7 @@ type TableData struct { Cells [20]CellData Human [20]HumanMap - Account *pb.Config_Account // what account this table is for + Account *pb.Account // what account this table is for lastRow int lastColumn int -- cgit v1.2.3