diff options
Diffstat (limited to 'examples/new_map.c')
| -rw-r--r-- | examples/new_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/new_map.c b/examples/new_map.c index a7008e4f..97fce008 100644 --- a/examples/new_map.c +++ b/examples/new_map.c @@ -1,7 +1,7 @@ #include <stc/cstr.h>
#include <stc/forward.h>
-forward_cmap(cmap_pnt, struct Point, int, uint32_t);
+forward_cmap(cmap_pnt, struct Point, int);
struct MyStruct {
cmap_pnt pntmap;
|
