summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-12-02 12:42:54 +0100
committerpacien2017-12-02 12:42:54 +0100
commit8d9ef90a875fc812b61d0ea02bcb7bb5e1d98066 (patch)
treef13ece765de3f5cbac5ba8ecc85ccaff89951060
parent35e73f868b5f358d16d3e2b4845fe318545416b1 (diff)
downloadmorpher-8d9ef90a875fc812b61d0ea02bcb7bb5e1d98066.tar.gz
Temporary type declaration
Signed-off-by: pacien <pacien.trangirard@pacien.net>
-rw-r--r--include/morpher/morpher.h2
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 */
16typedef Morphing; 16typedef void *Morphing;
17 17
18/** 18/**
19 * Function: morpher_init 19 * Function: morpher_init