From 954a0083d9ce7065564c18c9788743eb0cf371f2 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 19 Jun 2018 17:18:27 +0200 Subject: Replace typedef enum with enum in POD type declarations. --- src/deptool.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/deptool.cpp') 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 -- cgit v1.2.3