summaryrefslogtreecommitdiff
path: root/dmagick/c/xwindow.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/xwindow.d')
-rw-r--r--dmagick/c/xwindow.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/c/xwindow.d b/dmagick/c/xwindow.d
index 80b416a..2131311 100644
--- a/dmagick/c/xwindow.d
+++ b/dmagick/c/xwindow.d
@@ -15,7 +15,7 @@ extern(C)
silent;
}
- Image* XImportImage(const ImageInfo*, XImportInfo*);
+ Image* XImportImage(const(ImageInfo)*, XImportInfo*);
void XGetImportInfo(XImportInfo*);
}