summaryrefslogtreecommitdiff
path: root/tests/test-Tasks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-Tasks.cc')
-rw-r--r--tests/test-Tasks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-Tasks.cc b/tests/test-Tasks.cc
index 4b26406..272e61d 100644
--- a/tests/test-Tasks.cc
+++ b/tests/test-Tasks.cc
@@ -11,7 +11,7 @@ static CustomPrinter * customPrinter = NULL;
class TestTask : public Task {
public:
- virtual const char * getName() { return "MainTask"; }
+ virtual const char * getName() const { return "TestTask"; }
private:
virtual void Do() {
customPrinter->setLocal();