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

@@ -220,7 +220,7 @@ public:
EPlatformType getPlatformType() const
{
return PLAT_XLIB;
return EPlatformType::Xlib;
}
/* Empty handler for SIGINT */