diff --git a/Source/kwsys/kwsysPlatformCxxTests.cxx b/Source/kwsys/kwsysPlatformCxxTests.cxx index cb9fd06adc..8d248676d2 100644 --- a/Source/kwsys/kwsysPlatformCxxTests.cxx +++ b/Source/kwsys/kwsysPlatformCxxTests.cxx @@ -151,7 +151,7 @@ int main() { return 0; } #ifdef TEST_KWSYS_STL_HAS_ALLOCATOR_NONTEMPLATE #include -void f(kwsys_stl::allocator const&) {} +void f(kwsys_stl::allocator::size_type const&) {} int main() { return 0; } #endif