X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcomparison.hpp;h=9a7d81c0413a5abb8c02b9dcad7d8cd7d65ec28f;hb=dfdbdc9f6d1b22eb717c8a77095dd617725022fe;hp=c67bc33f1a04b2ebad0fb5a7f91de402b4340036;hpb=cc7f3ad60dd92d7e41e0efbf922bb4f6fc9a848f;p=awesomized%2Flibmemcached diff --git a/libtest/comparison.hpp b/libtest/comparison.hpp index c67bc33f..9a7d81c0 100644 --- a/libtest/comparison.hpp +++ b/libtest/comparison.hpp @@ -91,7 +91,7 @@ bool _compare(const char *file, int line, const char *func, const T1_comparable& } template -bool _compare_strcmp(const char *file, int line, const char *func, const T1_comparable& __expected, const T2_comparable& __actual) +bool _compare_strcmp(const char *file, int line, const char *func, const T1_comparable *__expected, const T2_comparable *__actual) { if (__expected == NULL) {