parent
97085c1c05
commit
108b3a62e5
|
@ -110,9 +110,9 @@ public:
|
||||||
ExportFormatEntry() :
|
ExportFormatEntry() :
|
||||||
mExportFunction(),
|
mExportFunction(),
|
||||||
mEnforcePP() {
|
mEnforcePP() {
|
||||||
mDescription.id = NULL;
|
mDescription.id = nullptr;
|
||||||
mDescription.description = NULL;
|
mDescription.description = nullptr;
|
||||||
mDescription.fileExtension = NULL;
|
mDescription.fileExtension = nullptr;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue