diff options
Diffstat (limited to 'src/deptool.cpp')
| -rw-r--r-- | src/deptool.cpp | 4 |
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 |
