Strict enums

This commit is contained in:
Nickolai Korshunov
2018-02-23 15:50:41 +03:00
parent 73a67b16b1
commit e123650d76
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
namespace godot {
enum Error {
enum class Error {
OK,
FAILED, ///< Generic fail error
ERR_UNAVAILABLE, ///< What is requested is unsupported/unavailable