summaryrefslogtreecommitdiffhomepage
path: root/Stars45/LoadDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/LoadDlg.cpp')
-rw-r--r--Stars45/LoadDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/LoadDlg.cpp b/Stars45/LoadDlg.cpp
index 623206c..f324de5 100644
--- a/Stars45/LoadDlg.cpp
+++ b/Stars45/LoadDlg.cpp
@@ -54,7 +54,7 @@
// +--------------------------------------------------------------------+
LoadDlg::LoadDlg(Screen* s, FormDef& def)
-: FormWindow(s, 0, 0, s->Width(), s->Height()),
+: FormWindow(s, 0, 0, s->Width(), s->Height()),
progress(0), activity(0)
{
Init(def);