diff options
| author | Mike Wey | 2011-05-29 19:24:18 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-05-29 19:24:18 +0200 |
| commit | d5ef6d8e93cf90bc47af6dbf8a569446404d7193 (patch) | |
| tree | 3f46076682d951ddf0be88e5093c9327d6f60151 /dmagick/Exception.d | |
| parent | 96f31224ca2b171d11b83c59dcda962afbca8b65 (diff) | |
add annotate
Diffstat (limited to 'dmagick/Exception.d')
| -rw-r--r-- | dmagick/Exception.d | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
