Pārlūkot izejas kodu

ASE: Reformat initializer list

Turo Lamminen 7 gadi atpakaļ
vecāks
revīzija
70ae30f26a
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      code/ASEParser.h

+ 3 - 1
code/ASEParser.h

@@ -68,7 +68,9 @@ using namespace D3DS;
 struct Material : public D3DS::Material
 {
     //! Default constructor
-    Material() : pcInstance(NULL), bNeed (false)
+    Material()
+    : pcInstance(NULL)
+    , bNeed (false)
     {}
 
     //! Contains all sub materials of this material