summaryrefslogtreecommitdiff
blob: 646d59008c6e483e2e2dd866b2168ca38f006bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/splitpoints_window.h
+++ b/src/splitpoints_window.h
@@ -41,7 +41,7 @@
 #include "all_includes.h"
 
 //!The enum telling which item is kept in which column of the splitpoint tree
-enum {
+typedef enum {
   COL_CHECK = 0,
   COL_DESCRIPTION = 1,
   COL_MINUTES = 2,