소스 검색

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.
 // 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
 	// Return singleton if already created
 	if a != nil {
 	if a != nil {