diff options
Diffstat (limited to 'src/map/if')
-rw-r--r-- | src/map/if/ifCore.c | 2 | ||||
-rw-r--r-- | src/map/if/ifSeq.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/map/if/ifCore.c b/src/map/if/ifCore.c index 0ddfafd6..f42c29eb 100644 --- a/src/map/if/ifCore.c +++ b/src/map/if/ifCore.c @@ -27,7 +27,7 @@ ABC_NAMESPACE_IMPL_START /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -extern int s_MappingTime; +extern clock_t s_MappingTime; //////////////////////////////////////////////////////////////////////// /// FUNCTION DEFINITIONS /// diff --git a/src/map/if/ifSeq.c b/src/map/if/ifSeq.c index d34cf538..37c98f0d 100644 --- a/src/map/if/ifSeq.c +++ b/src/map/if/ifSeq.c @@ -27,7 +27,7 @@ ABC_NAMESPACE_IMPL_START /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -extern int s_MappingTime; +extern clock_t s_MappingTime; //////////////////////////////////////////////////////////////////////// /// FUNCTION DEFINITIONS /// |