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