# HG changeset patch # User Sebastien Jodogne # Date 1762535731 -3600 # Node ID e352e1a1cf7b68ce2087812e0981d2c3fa93d1b7 # Parent fc9fdc2ffb2ebc9c8ef55b1bcae01bd9590f1e7e fix compatibility with wsi 3.3 diff -r fc9fdc2ffb2e -r e352e1a1cf7b Sources/Plugin.cpp --- a/Sources/Plugin.cpp Fri Nov 07 17:37:46 2025 +0100 +++ b/Sources/Plugin.cpp Fri Nov 07 18:15:31 2025 +0100 @@ -96,6 +96,7 @@ // Public resources for the whole-slide imaging viewer boost::starts_with(uri, "/wsi/app/") || + boost::starts_with(uri, "/wsi/libs/") || // New in release 3.3 of WSI // Public resources for the Kitware VolView plugin boost::starts_with(uri, "/volview/") ||