diff --git a/modules/core/src/image/vpCannyEdgeDetection.cpp b/modules/core/src/image/vpCannyEdgeDetection.cpp index 1cfe10c271..b43d719fc9 100644 --- a/modules/core/src/image/vpCannyEdgeDetection.cpp +++ b/modules/core/src/image/vpCannyEdgeDetection.cpp @@ -141,9 +141,9 @@ vpCannyEdgeDetection::vpCannyEdgeDetection(const int &gaussianKernelSize, const using json = nlohmann::json; -vpCannyEdgeDetection::vpCannyEdgeDetection(const std::string &jsonPath) : +vpCannyEdgeDetection::vpCannyEdgeDetection(const std::string &jsonPath) #if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__))) // UNIX - m_minStackSize(0) // Deactivated by default + : m_minStackSize(0) // Deactivated by default #endif { initFromJSON(jsonPath);