ui/ui/tree.h

changeset 58
2b124f8ebd95
parent 42
29b2821d1262
child 107
9aff1dc3990d
--- a/ui/ui/tree.h	Thu Aug 28 19:25:21 2014 +0200
+++ b/ui/ui/tree.h	Sat Aug 30 22:48:46 2014 +0200
@@ -38,12 +38,11 @@
 typedef struct UiModelInfo     UiModelInfo;
 typedef struct UiListSelection UiListSelection;
 
-typedef enum UiModelType UiModelType;
 
-enum UiModelType {
+typedef enum UiModelType {
     UI_STRING = 0,
     UI_INTEGER
-};
+} UiModelType;
 
 struct UiModelInfo {
     /*

mercurial