Pārlūkot izejas kodu

Fix app-browser arguments

Daniel Salvadori 3 gadi atpakaļ
vecāks
revīzija
dae3124083
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/app-browser.go

+ 1 - 1
app/app-browser.go

@@ -31,7 +31,7 @@ type Application struct {
 }
 
 // App returns the Application singleton, creating it the first time.
-func App(width, height, title) *Application {
+func App(width, height int, title string) *Application {
 
 	// Return singleton if already created
 	if a != nil {