Update Exporter.hpp
revert merge issue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user