You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix some issues found by cppcheck.
This commit is contained in:
@@ -50,7 +50,7 @@ void add_error_handler(ErrorHandlerList *p_handler) {
|
||||
_global_unlock();
|
||||
}
|
||||
|
||||
void remove_error_handler(ErrorHandlerList *p_handler) {
|
||||
void remove_error_handler(const ErrorHandlerList *p_handler) {
|
||||
_global_lock();
|
||||
|
||||
ErrorHandlerList *prev = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user