Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compilable
authorgiersch <giersch>
Mon, 1 Oct 2007 12:55:28 +0000 (12:55 +0000)
committergiersch <giersch>
Mon, 1 Oct 2007 12:55:28 +0000 (12:55 +0000)
test/hello.cpp

index 9d2e57c..29b81f8 100644 (file)
@@ -311,7 +311,7 @@ void DrawingThreadCore::run()
 }
 
 //============================================================
-class MainDrawinThread: public DrawingThreadCore {
+class MainDrawingThread: public DrawingThreadCore {
 public:
     void runForReal();
 };