Correction de probl?me de compilation li? a RayTracing.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 05_HeatTransfert / moo / host / HeatTransfert.h
index 795613f..bd6882f 100755 (executable)
@@ -13,7 +13,7 @@ class HeatTransfert : public Animable_I
         static const int NB_ITERATION_AVEUGLE = 1000;\r
 \r
     public:\r
-        HeatTransfert();\r
+        HeatTransfert(int w, int h);\r
         virtual ~HeatTransfert();\r
 \r
         void runGPU(uchar4* ptrDevPixels) /*override*/;\r