use enum instead of string in more places
[reactos.git] / reactos / tools / rbuild / rbuild.h
index 7124552..1407a84 100644 (file)
@@ -71,8 +71,7 @@ public:
        std::string name;\r
        std::string extension;\r
        std::string path;\r
-       ModuleType etype;\r
-       std::string stype;\r
+       ModuleType type;\r
        std::vector<File*> files;\r
        std::vector<Library*> libraries;\r
        std::vector<Include*> includes;\r