mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
fix warnings
This commit is contained in:
@@ -33,11 +33,11 @@ public:
|
||||
|
||||
virtual ~TestDecorator();
|
||||
|
||||
int countTestCases();
|
||||
int countTestCases() const;
|
||||
|
||||
void run(TestResult* result);
|
||||
|
||||
std::string toString();
|
||||
std::string toString() const;
|
||||
|
||||
protected:
|
||||
Test* _test;
|
||||
|
||||
Reference in New Issue
Block a user