summaryrefslogtreecommitdiff
path: root/dmagick/c/xwindow.d
diff options
context:
space:
mode:
authorMike Wey2011-01-09 22:47:18 +0100
committerMike Wey2011-01-09 22:47:18 +0100
commite080979186e624ba7fed28ea9a76dfdf4feb635a (patch)
treeccec2234fba81a86733f341cadb69ae5ce6ff84b /dmagick/c/xwindow.d
parent0bd6744310e0b209f3c5911a4e68d453e867914a (diff)
change const for the funtion params
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*);
}