Major scoped-enum refactor

This commit is contained in:
Jack Andersen
2015-11-20 15:12:22 -10:00
parent 62fae60042
commit c9edf8dd85
23 changed files with 451 additions and 380 deletions

View File

@@ -43,7 +43,7 @@ public:
EPlatformType getPlatformType() const
{
return PLAT_WAYLAND;
return EPlatformType::Wayland;
}
int run()