diff options
-rw-r--r-- | include/morpher/morpher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/morpher/morpher.h b/include/morpher/morpher.h index 4b795d3..5bb1ada 100644 --- a/include/morpher/morpher.h +++ b/include/morpher/morpher.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * Represents an abstract coordinate transform from a source to a destination coordinate matrix, | 13 | * Represents an abstract coordinate transform from a source to a destination coordinate matrix, |
14 | * constrained by a given set of points. | 14 | * constrained by a given set of points. |
15 | */ | 15 | */ |
16 | typedef Morphing; | 16 | typedef void *Morphing; |
17 | 17 | ||
18 | /** | 18 | /** |
19 | * Function: morpher_init | 19 | * Function: morpher_init |