mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05: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