diff --git a/3rdparty/openvx/include/ivx.hpp b/3rdparty/openvx/include/ivx.hpp index f47831d1c88c5a7e7651c9820eeea85ffb1a8f72..b01731c0e1385d302dcad13391341d5e6400af85 100644 --- a/3rdparty/openvx/include/ivx.hpp +++ b/3rdparty/openvx/include/ivx.hpp @@ -2151,7 +2151,7 @@ public: namespace nodes { /// Creates a Gaussian Filter 3x3 Node (vxGaussian3x3Node) -Node gaussian3x3(vx_graph graph, vx_image inImg, vx_image outImg) +inline Node gaussian3x3(vx_graph graph, vx_image inImg, vx_image outImg) { return Node(vxGaussian3x3Node(graph, inImg, outImg)); } } // namespace nodes