explicit initialization of flags
This commit is contained in:
parent
d2400033ed
commit
bc9c0ec1ae
@ -219,7 +219,7 @@ public:
|
||||
|
||||
private:
|
||||
enum { DEFAULT, FLAGS } tag{DEFAULT};
|
||||
unsigned int flags;
|
||||
unsigned int flags{};
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -370,7 +370,7 @@ public:
|
||||
|
||||
private:
|
||||
enum { DEFAULT, FLAGS } tag{DEFAULT};
|
||||
unsigned int flags;
|
||||
unsigned int flags{};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user