Преглед изворни кода

Update Exporter.hpp

revert merge issue
Kim Kulling пре 5 година
родитељ
комит
108b3a62e5
1 измењених фајлова са 3 додато и 3 уклоњено
  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;
         }
     };