diff Applications/Samples/SampleList.h @ 319:daa04d15192c am-2

new SimpleViewer sample that has been split in multiple files to be able to scale it
author am@osimis.io
date Thu, 11 Oct 2018 13:16:54 +0200
parents 3c190e2bb3af
children 37ab9d83dc9b
line wrap: on
line diff
--- a/Applications/Samples/SampleList.h	Mon Oct 08 17:10:08 2018 +0200
+++ b/Applications/Samples/SampleList.h	Thu Oct 11 13:16:54 2018 +0200
@@ -29,7 +29,7 @@
 typedef OrthancStone::Samples::LayoutPetCtFusionApplication SampleApplication;
 
 #elif ORTHANC_STONE_SAMPLE == 8
-#include "SimpleViewerApplication.h"
+#include "SimpleViewerApplicationSingleFile.h"
 typedef OrthancStone::Samples::SimpleViewerApplication SampleApplication;
 
 #else