From 903ddbf9e657785d62dda22217c704695acba137 Mon Sep 17 00:00:00 2001 From: gdd Date: Wed, 22 Apr 2009 08:56:03 +0000 Subject: [PATCH] Bug correction --- src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx index 8363752..7abcd5e 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx @@ -102,7 +102,7 @@ enum { }; enum { - SMP_BTNS, + SMP_BTNS = 0, // SMP_ATTRACTOR_BTN, // SMP_SEPARATOR1, SMP_SURFACE_BTN, @@ -110,7 +110,7 @@ enum { SMP_POINT_BTN, SMP_SEPARATOR2, SMP_REMOVE_BTN, -} +}; typedef struct { PyObject_HEAD -- 2.39.2