Correction de probl?me de compilation li? a RayTracing.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 04_RayTracing / provider / RayTracingProvider.h
index f78ffc5..c4e560f 100644 (file)
@@ -2,13 +2,13 @@
 #define RAYTRACING_PROVIDER_H
 
 #include "RayTracing.h"
-#include "ImageFonctionel.h"
+#include "Image.h"
 
 class RayTracingProvider
     {
     public:
         static RayTracing* create();
-        static ImageFonctionel* createGL();
+        static Image* createGL();
     };
 
 #endif