summaryrefslogtreecommitdiff
path: root/src/windows-jump.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows-jump.adb')
-rw-r--r--src/windows-jump.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows-jump.adb b/src/windows-jump.adb
index 64bd6f6..13f9cd0 100644
--- a/src/windows-jump.adb
+++ b/src/windows-jump.adb
@@ -2,7 +2,7 @@
with FLTK.Widgets.Groups.Windows.Double;
with FLTK.Widgets.Buttons.Enter;
-with FLTK.Widgets.Inputs.Int;
+with FLTK.Widgets.Inputs.Integer;
package body Windows.Jump is
@@ -11,7 +11,7 @@ package body Windows.Jump is
package WD renames FLTK.Widgets.Groups.Windows.Double;
package BU renames FLTK.Widgets.Buttons;
package EN renames FLTK.Widgets.Buttons.Enter;
- package IT renames FLTK.Widgets.Inputs.Int;
+ package IT renames FLTK.Widgets.Inputs.Integer;