summaryrefslogtreecommitdiff
path: root/wx+/choice_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/choice_enum.h')
-rw-r--r--wx+/choice_enum.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/wx+/choice_enum.h b/wx+/choice_enum.h
index adef88cc..f780af87 100644
--- a/wx+/choice_enum.h
+++ b/wx+/choice_enum.h
@@ -64,12 +64,7 @@ template <class Enum> void updateTooltipEnumVal(const EnumDescrList<Enum>& mappi
-
-
-
-
-
-//--------------- inline impelementation -------------------------------------------
+//--------------- impelementation -------------------------------------------
template <class Enum>
void setEnumVal(const EnumDescrList<Enum>& mapping, wxChoice& ctrl, Enum value)
{
bgstack15