diff Framework/Viewport/CairoSurface.h @ 369:557c8ff1db5c am-2

integration mainline->am-2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Nov 2018 10:03:14 +0100
parents 3a4ca166fafa ce48c3b3b0e9
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Viewport/CairoSurface.h	Thu Nov 01 12:09:11 2018 +0100
+++ b/Framework/Viewport/CairoSurface.h	Mon Nov 05 10:03:14 2018 +0100
@@ -98,8 +98,8 @@
       return surface_;
     }
 
-    void GetConstAccessor(Orthanc::ImageAccessor& target) const;
+    void GetReadOnlyAccessor(Orthanc::ImageAccessor& target) const;
 
-    void GetAccessor(Orthanc::ImageAccessor& target);
+    void GetWriteableAccessor(Orthanc::ImageAccessor& target);
   };
 }