diff options
Diffstat (limited to 'plugins/Boltun/src/Engine/ValueChooser.h')
-rw-r--r-- | plugins/Boltun/src/Engine/ValueChooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Boltun/src/Engine/ValueChooser.h b/plugins/Boltun/src/Engine/ValueChooser.h index acd63dfd8f..e442f14530 100644 --- a/plugins/Boltun/src/Engine/ValueChooser.h +++ b/plugins/Boltun/src/Engine/ValueChooser.h @@ -37,7 +37,7 @@ public: :data(vec), notifyOnReset(NotifyOnReset)
{
//randomize();
- numbers = NULL;
+ numbers = nullptr;
UpdateLength();
}
|