From d5ef6d8e93cf90bc47af6dbf8a569446404d7193 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 29 May 2011 19:24:18 +0200 Subject: add annotate --- dmagick/Exception.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dmagick/Exception.d') diff --git a/dmagick/Exception.d b/dmagick/Exception.d index da05832..55532f0 100644 --- a/dmagick/Exception.d +++ b/dmagick/Exception.d @@ -143,7 +143,7 @@ mixin( * CFunctionCall(param1, param2, DExceptionInfo()); * -------------------- */ -struct DMagickExcepionInfo +struct DMagickExceptionInfo { ExceptionInfo* exceptionInfo; @@ -152,9 +152,9 @@ struct DMagickExcepionInfo alias exceptionInfo this; - static DMagickExcepionInfo opCall() + static DMagickExceptionInfo opCall() { - DMagickExcepionInfo info; + DMagickExceptionInfo info; info.exceptionInfo = AcquireExceptionInfo(); info.refcount = new size_t; -- cgit v1.2.3