diff options
Diffstat (limited to 'plugins/Boltun/src/Engine/ValueChooser.h')
-rw-r--r-- | plugins/Boltun/src/Engine/ValueChooser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Boltun/src/Engine/ValueChooser.h b/plugins/Boltun/src/Engine/ValueChooser.h index e3f9f3c0b9..10256a5b70 100644 --- a/plugins/Boltun/src/Engine/ValueChooser.h +++ b/plugins/Boltun/src/Engine/ValueChooser.h @@ -37,12 +37,12 @@ public: numbers = NULL;
UpdateLength();
}
-
+
~ValueChooser()
{
delete numbers;
}
-
+
void UpdateLength()
{
delete numbers; //normal if numbers == NULL
|