diff options
Diffstat (limited to 'src/fltk-widgets-groups-windows-single.adb')
-rw-r--r-- | src/fltk-widgets-groups-windows-single.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fltk-widgets-groups-windows-single.adb b/src/fltk-widgets-groups-windows-single.adb index 6e7c7c1..a74b122 100644 --- a/src/fltk-widgets-groups-windows-single.adb +++ b/src/fltk-widgets-groups-windows-single.adb @@ -6,6 +6,7 @@ with + FLTK.Show_Argv, Interfaces.C; @@ -178,7 +179,7 @@ package body FLTK.Widgets.Groups.Windows.Single is procedure Show_With_Args (This : in out Single_Window) is begin - Dispatch_Show_With_Args (fl_single_window_show2'Access, This.Void_Ptr); + FLTK.Show_Argv.Dispatch (fl_single_window_show2'Access, This.Void_Ptr); end Show_With_Args; |