diff options
| author | Tyge Løvset <[email protected]> | 2021-09-29 21:38:51 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-29 21:38:51 +0200 |
| commit | 3624d34fabaa388e018f907a42ecfd014d96b704 (patch) | |
| tree | 1fae6ec692a32c645e0dda59a6e80d5228ab8abc /examples/new_map.c | |
| parent | 23c177bbe65f83353aa5fd716d75cb4121acdba6 (diff) | |
| download | STC-modified-3624d34fabaa388e018f907a42ecfd014d96b704.tar.gz STC-modified-3624d34fabaa388e018f907a42ecfd014d96b704.zip | |
Changed forward declaration to support user defined container names with i_cnt.
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 2c4ee3bb..f09fe801 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(pnt, struct Point, int);
+forward_cmap(cmap_pnt, struct Point, int);
struct MyStruct {
cmap_pnt pntmap;
|
