瀏覽代碼

Fix gcc 4.2.1 issue with super-class constructor.

Sascha Zelzer 13 年之前
父節點
當前提交
69125fde70
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
   {
   }