Update Exporter.hpp

revert merge issue
pull/3280/head
Kim Kulling 2020-07-11 22:45:45 +02:00 committed by GitHub
parent 97085c1c05
commit 108b3a62e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
};