Style: Replaces uses of 0/NULL by nullptr (C++11)
Using clang-tidy's `modernize-use-nullptr`. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-nullptr.html
This commit is contained in:
@ -667,7 +667,7 @@ InputDefault::InputDefault() {
|
||||
emulate_touch_from_mouse = false;
|
||||
emulate_mouse_from_touch = false;
|
||||
mouse_from_touch_index = -1;
|
||||
main_loop = NULL;
|
||||
main_loop = nullptr;
|
||||
default_shape = CURSOR_ARROW;
|
||||
|
||||
fallback_mapping = -1;
|
||||
|
||||
Reference in New Issue
Block a user