From 0f734106b739907f09075a9e30508792798db604 Mon Sep 17 00:00:00 2001 From: giersch Date: Mon, 1 Oct 2007 12:55:28 +0000 Subject: [PATCH] compilable --- test/hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hello.cpp b/test/hello.cpp index 9d2e57c..29b81f8 100644 --- a/test/hello.cpp +++ b/test/hello.cpp @@ -311,7 +311,7 @@ void DrawingThreadCore::run() } //============================================================ -class MainDrawinThread: public DrawingThreadCore { +class MainDrawingThread: public DrawingThreadCore { public: void runForReal(); }; -- 2.20.1