Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
angros47 committed Sep 4, 2023
1 parent a6beccf commit 0e2e97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/FLTK/Fl_Group.bi
Expand Up @@ -32,7 +32,7 @@ public:
declare constructor(x as long, y as long, w as long, h as long, title as const zstring ptr=0)
declare virtual destructor()

declare function handle(i as long) as long
declare virtual function handle(i as long) as long
declare sub begin()
declare sub end_ alias "end"()

Expand Down
2 changes: 1 addition & 1 deletion inc/FLTK/Fl_Table.bi
Expand Up @@ -64,7 +64,7 @@ private:
_colwidths as IntVector
_rowheights as IntVector

_last_cursor as Fl_Cursor
_last_cursor as long'Fl_Cursor

_callback_context as long'TableContext
as long _callback_row, _callback_col
Expand Down

0 comments on commit 0e2e97d

Please sign in to comment.