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