Browse Source

Update Exporter.hpp

revert merge issue
Kim Kulling 5 years ago
parent
commit
108b3a62e5
1 changed files with 3 additions and 3 deletions
  1. 3 3
      include/assimp/Exporter.hpp

+ 3 - 3
include/assimp/Exporter.hpp

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