Explorar el Código

Fix gcc 4.2.1 issue with super-class constructor.

Sascha Zelzer hace 13 años
padre
commit
69125fde70
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Libs/CommandLineModules/Core/ctkCmdLineModuleFuture.h

+ 1 - 1
Libs/CommandLineModules/Core/ctkCmdLineModuleFuture.h

@@ -41,7 +41,7 @@ public:
   }
 
   explicit ctkCmdLineModuleFuture(ctkCmdLineModuleFutureInterface* p) // internal
-    : QFuture(p)
+    : QFuture<ctkCmdLineModuleResult>(p)
   {
   }