Mercurial > hg > orthanc
changeset 2851:859e880ac9a8
merge
author | am@osimis.io |
---|---|
date | Mon, 01 Oct 2018 14:19:45 +0200 |
parents | 9f949922d603 (current diff) c67b5d80b758 (diff) |
children | d4f44a8028a1 52b017d22a4f |
files | Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Plugins/Samples/Common/OrthancPluginCppWrapper.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h Mon Oct 01 14:19:10 2018 +0200 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h Mon Oct 01 14:19:45 2018 +0200 @@ -361,7 +361,10 @@ const void* GetBuffer(); - const OrthancPluginImage* GetObject() const {return image_;} + const OrthancPluginImage* GetObject() const + { + return image_; + } void CompressPngImage(MemoryBuffer& target);