summaryrefslogtreecommitdiff
path: root/src/script/script_info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/script_info.hpp')
-rw-r--r--src/script/script_info.hpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/script/script_info.hpp b/src/script/script_info.hpp
index ae341a7d8..6bcec878a 100644
--- a/src/script/script_info.hpp
+++ b/src/script/script_info.hpp
@@ -32,19 +32,19 @@ static const int MAX_GET_SETTING_OPS = 100000;
class ScriptInfo : public SimpleCountedObject {
public:
ScriptInfo() :
- engine(NULL),
- SQ_instance(NULL),
- main_script(NULL),
- tar_file(NULL),
- author(NULL),
- name(NULL),
- short_name(NULL),
- description(NULL),
- date(NULL),
- instance_name(NULL),
+ engine(nullptr),
+ SQ_instance(nullptr),
+ main_script(nullptr),
+ tar_file(nullptr),
+ author(nullptr),
+ name(nullptr),
+ short_name(nullptr),
+ description(nullptr),
+ date(nullptr),
+ instance_name(nullptr),
version(0),
- url(NULL),
- scanner(NULL)
+ url(nullptr),
+ scanner(nullptr)
{}
~ScriptInfo();