Skip to content

Commit dcdb768

Browse files
committed
1 parent bf22798 commit dcdb768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ GtkExpander(title) =
208208
GtkNotebook() = GtkNotebook(ccall((:gtk_notebook_new, libgtk), Ptr{GObject},()))
209209
function insert!(w::GtkNotebook, position::Integer, x::Union(GtkWidgetI,String), label::String)
210210
ccall((:gtk_notebook_insert_page,libgtk), Cint,
211-
(Ptr{GObject}, Ptr{GObject}, Ptr{GObject}),
211+
(Ptr{GObject}, Ptr{GObject}, Ptr{GObject}, Cint),
212212
w, x, label, position-1)+1
213213
w
214214
end

0 commit comments

Comments
 (0)