X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fresult.cc;h=a102b4f70c80e4dcb6affd72025aa1f9da8dba73;hb=a6a4d4ef2daccea246d0c026c5e9060c33b38aec;hp=9a1c8fba4eae58f09b613faf0dcd01beaec187d1;hpb=743e893ecbbaacd66d2832e9c3ae16404422a173;p=awesomized%2Flibmemcached diff --git a/libtest/result.cc b/libtest/result.cc index 9a1c8fba..a102b4f7 100644 --- a/libtest/result.cc +++ b/libtest/result.cc @@ -69,6 +69,7 @@ __test_result::~__test_result() throw() } __test_result::__test_result(const __test_result& other) : + std::exception(), _line(other._line), _file(other._file), _func(other._func),