Explorar o código

Fix app-browser arguments

Daniel Salvadori %!s(int64=3) %!d(string=hai) anos
pai
achega
dae3124083
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {