Initialize class/struct variables with default values in core/ and drivers/
This commit is contained in:
@ -45,7 +45,7 @@ public:
|
||||
|
||||
private:
|
||||
void *ctx = nullptr;
|
||||
HashType type;
|
||||
HashType type = HASH_MD5;
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user