summaryrefslogtreecommitdiff
path: root/src/Stitch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Stitch.cxx')
-rw-r--r--src/Stitch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stitch.cxx b/src/Stitch.cxx
index 23bb4ad..7b9fc04 100644
--- a/src/Stitch.cxx
+++ b/src/Stitch.cxx
@@ -42,7 +42,7 @@ int
Stitch::load_image(char *file) {
for (int i = 0; i < MAX_PICS; i++) {
if (gipf[i] == NULL) {
- gipf[i] = new GipfelWidget(0, 0, 800, 600);
+ gipf[i] = new GipfelWidget(0, 0, 800, 600, NULL);
if (gipf[i]->load_image(file) != 0) {
delete gipf[i];
gipf[i] = NULL;