changeset 23:af9c718230ca

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Mar 2024 16:05:27 +0100
parents 6f410277e485
children 1c2045f2572c
files Sources/Plugin/Plugin.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sources/Plugin/Plugin.cpp	Fri Mar 22 15:22:34 2024 +0100
+++ b/Sources/Plugin/Plugin.cpp	Fri Mar 22 16:05:27 2024 +0100
@@ -294,7 +294,7 @@
       std::string explorer;
       Orthanc::EmbeddedResources::GetFileResource(
         explorer, Orthanc::EmbeddedResources::ORTHANC_EXPLORER);
-      OrthancPlugins::ExtendOrthancExplorer(ORTHANC_PLUGIN_NAME, explorer.c_str());
+      OrthancPlugins::ExtendOrthancExplorer(ORTHANC_PLUGIN_NAME, explorer);
     }
  
     return 0;