diff options
Diffstat (limited to 'include/egg')
| -rw-r--r-- | include/egg/util/eggException.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/egg/util/eggException.h b/include/egg/util/eggException.h index 6a2cc957..8fa16b85 100644 --- a/include/egg/util/eggException.h +++ b/include/egg/util/eggException.h @@ -37,7 +37,7 @@ public: static void SetPreExceptionCallback(void (*cb)()); static void SetCallbackMode(bool); static void SetCallbackArgs(void *); - nw4r::db::ConsoleHandle GetConsoleHandle(); + static nw4r::db::ConsoleHandle GetConsoleHandle(); }; } // namespace EGG |
