diff options
Diffstat (limited to 'cpp/test/include')
-rw-r--r-- | cpp/test/include/TestCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/include/TestCommon.h b/cpp/test/include/TestCommon.h index 1341dd65f58..1a6261ee080 100644 --- a/cpp/test/include/TestCommon.h +++ b/cpp/test/include/TestCommon.h @@ -15,7 +15,7 @@ #ifdef ICE_CPP11_MAPPING # define ICE_IN(T) T #else -# define ICE_IN(T) const T##& +# define ICE_IN(T) const T& #endif #if defined(ICE_OS_WINRT) || (TARGET_OS_IPHONE) |