From 70ae30f26a8c3c2b25f4d5f75e3ac9941205b5da Mon Sep 17 00:00:00 2001 From: Turo Lamminen Date: Tue, 23 Jan 2018 18:55:40 +0200 Subject: [PATCH] ASE: Reformat initializer list --- code/ASEParser.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/ASEParser.h b/code/ASEParser.h index 33d4ea53d..dda487547 100644 --- a/code/ASEParser.h +++ b/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