summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index b1afe33..6ce49fb 100644
--- a/debug.go
+++ b/debug.go
@@ -53,7 +53,7 @@ func addTableTab() {
AddTableTab(Data.cloudTab, 1, "test seven", 7, parts)
}
-func addDebuggingButtons(vbox *ui.Box, custom func(int, string)) {
+func addDebuggingButtons(vbox *ui.Box, custom func(*ButtonMap, string)) {
vbox.Append(ui.NewLabel("Debugging:"), false)
vbox.Append(ui.NewColorButton(), false)