Stupid design choice in cppunit fixt -.-

This commit is contained in:
KimLS
2013-02-23 00:37:12 -08:00
parent 4c10d4dd2f
commit 39a77a855e
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ namespace Test
Suite();
virtual ~Suite();
void add(std::auto_ptr<Suite> suite);
void add(Suite* suite);
bool run(Output& output, bool cont_after_fail = true);