From 2b9f4b072bfb4129ee8eaaa86b3f068bdd2d581d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 11 Dec 2016 08:44:46 +0100 Subject: remove support for old broken C++ compilers --- src/cppunit/TestSuite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cppunit/TestSuite.cpp') diff --git a/src/cppunit/TestSuite.cpp b/src/cppunit/TestSuite.cpp index 14cfcd2..b5d6db3 100644 --- a/src/cppunit/TestSuite.cpp +++ b/src/cppunit/TestSuite.cpp @@ -40,7 +40,7 @@ TestSuite::addTest( Test *test ) } -const CppUnitVector & +const std::vector & TestSuite::getTests() const { return m_tests; -- cgit v1.2.1