瀏覽代碼

Fix app-browser arguments

Daniel Salvadori 3 年之前
父節點
當前提交
dae3124083
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {