Put name to the enums

This commit is contained in:
2015-11-19 07:16:54 +01:00
parent 826d6a15d8
commit 894f0875d4
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#include "filenode.h"
typedef enum {
typedef enum EActionFileCmp {
ActionFileCmp_Nothing,
ActionFileCmp_LeftToRight,
ActionFileCmp_RightToLeft,