From 0e65bbad1eb3251dfa3fde5fb86cfab486674573 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 1 Dec 2008 13:21:35 +0100 Subject: [PATCH] include: Fix an enum definition that was actually defining a variable. --- include/cvconst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cvconst.h b/include/cvconst.h index 2b1cdf5cc29..86dd3f1ba16 100644 --- a/include/cvconst.h +++ b/include/cvconst.h @@ -528,7 +528,7 @@ enum CV_HREG_e CV_AMD64_R13 = 341, CV_AMD64_R14 = 342, CV_AMD64_R15 = 343, -} CV_HREG_e; +}; typedef enum {