# HG changeset patch # User Benjamin Golinvaux # Date 1581690636 -3600 # Node ID d8c42e5e5843ff80977469e7a6c49d48c7ed3524 # Parent 8e82fdc6200eae0850903ec20f90d4908b3dd546 Fixed clang errors diff -r 8e82fdc6200e -r d8c42e5e5843 Framework/Toolbox/ImageToolbox.cpp --- a/Framework/Toolbox/ImageToolbox.cpp Fri Feb 14 15:00:54 2020 +0100 +++ b/Framework/Toolbox/ImageToolbox.cpp Fri Feb 14 15:30:36 2020 +0100 @@ -42,11 +42,11 @@ using Orthanc::ImageAccessor; using Orthanc::PixelFormat; - template + template class PixelBinner { // "PixelBinner requires an arithmetic (integer or floating-point) pixel format" - typedef typename PixelTraits::PixelType PixelType; + typedef typename Orthanc::PixelTraits::PixelType PixelType; BOOST_STATIC_ASSERT(boost::is_arithmetic::value); public: