From 6964f6aacc0ffcc912ff0a52300569fc025a1de8 Mon Sep 17 00:00:00 2001 From: hbristow Date: Fri, 6 Sep 2013 15:26:05 +1000 Subject: [PATCH] Removed unused Dynamic from matlab namespace - clashing with Eigen --- modules/matlab/include/opencv2/matlab/mxarray.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/matlab/include/opencv2/matlab/mxarray.hpp b/modules/matlab/include/opencv2/matlab/mxarray.hpp index f38e4fe313..cd7ac820bd 100644 --- a/modules/matlab/include/opencv2/matlab/mxarray.hpp +++ b/modules/matlab/include/opencv2/matlab/mxarray.hpp @@ -107,7 +107,6 @@ static void error(const std::string& str) { // ---------------------------------------------------------------------------- class DefaultTraits {}; class InheritType {}; -static const int Dynamic = -1; template class Traits { public: