changeset 743:bcd3ea868bcd

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2019 09:55:01 +0200
parents fa5febe0f0c2
children a4bfb420b869
files Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp	Wed May 22 09:41:03 2019 +0200
+++ b/Applications/Samples/SimpleViewer/SimpleViewerApplication.cpp	Wed May 22 09:55:01 2019 +0200
@@ -61,7 +61,7 @@
 
       // sources
       smartLoader_.reset(new Deprecated::SmartLoader(IObserver::GetBroker(), context->GetOrthancApiClient()));
-      smartLoader_->SetImageQuality(SliceImageQuality_FullPam);
+      smartLoader_->SetImageQuality(Deprecated::SliceImageQuality_FullPam);
 
       mainLayout_->SetTransmitMouseOver(true);
       mainWidgetInteractor_.reset(new MainWidgetInteractor(*this));