Initialize member variables to avoid warnings
This commit is contained in:
@@ -730,6 +730,7 @@ public:
|
||||
wxAny()
|
||||
{
|
||||
m_type = wxAnyNullValueType;
|
||||
m_buffer = { 0 };
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user