aboutsummaryrefslogtreecommitdiff
path: root/src/windows-about.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows-about.ads')
-rw-r--r--src/windows-about.ads16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/windows-about.ads b/src/windows-about.ads
index 27e655b..00b26dd 100644
--- a/src/windows-about.ads
+++ b/src/windows-about.ads
@@ -19,15 +19,15 @@ package Windows.About is
private
- type About_Window is new Window with
- record
- Picture : FLTK.Widgets.Boxes.Box;
- Heading : FLTK.Widgets.Boxes.Box;
- Blurb : FLTK.Widgets.Boxes.Box;
- Author : FLTK.Widgets.Boxes.Box;
- Dismiss : FLTK.Widgets.Buttons.Enter.Enter_Button;
- end record;
+ type About_Window is new Window with record
+ Picture : FLTK.Widgets.Boxes.Box;
+ Heading : FLTK.Widgets.Boxes.Box;
+ Blurb : FLTK.Widgets.Boxes.Box;
+ Author : FLTK.Widgets.Boxes.Box;
+ Dismiss : FLTK.Widgets.Buttons.Enter.Enter_Button;
+ end record;
end Windows.About;
+