mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-21 19:45:33 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
class ProcedureCompoundTask : public TutorialTask {
|
||||
public:
|
||||
ProcedureCompoundTask(Tutorial* tutorial)
|
||||
: TutorialTask(tutorial, -1, false, NULL, false, true, false) {}
|
||||
: TutorialTask(tutorial, -1, false, nullptr, false, true, false) {}
|
||||
|
||||
~ProcedureCompoundTask();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user