mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-15 08:06:16 +00:00
Major scoped-enum refactor
This commit is contained in:
@@ -220,7 +220,7 @@ public:
|
||||
|
||||
EPlatformType getPlatformType() const
|
||||
{
|
||||
return PLAT_XLIB;
|
||||
return EPlatformType::Xlib;
|
||||
}
|
||||
|
||||
/* Empty handler for SIGINT */
|
||||
|
||||
Reference in New Issue
Block a user