Przeglądaj źródła

Update Exporter.hpp

revert merge issue
Kim Kulling 5 lat temu
rodzic
commit
108b3a62e5
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      include/assimp/Exporter.hpp

+ 3 - 3
include/assimp/Exporter.hpp

@@ -110,9 +110,9 @@ public:
         ExportFormatEntry() :
         ExportFormatEntry() :
                 mExportFunction(),
                 mExportFunction(),
                 mEnforcePP() {
                 mEnforcePP() {
-            mDescription.id = NULL;
-            mDescription.description = NULL;
-            mDescription.fileExtension = NULL;
+            mDescription.id = nullptr;
+            mDescription.description = nullptr;
+            mDescription.fileExtension = nullptr;
         }
         }
     };
     };