summaryrefslogtreecommitdiffstats
path: root/src/deptool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/deptool.cpp')
-rw-r--r--src/deptool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deptool.cpp b/src/deptool.cpp
index 7233c5544..a2b2bb9d2 100644
--- a/src/deptool.cpp
+++ b/src/deptool.cpp
@@ -90,13 +90,13 @@ class FileRec
{
public:
- typedef enum
+ enum FileType
{
UNKNOWN,
CFILE,
HFILE,
OFILE
- } FileType;
+ };
/**
* Constructor