mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 05:50:51 +00:00
Remove some memset calls on non-POD types
This commit is contained in:
@@ -401,7 +401,7 @@ private:
|
||||
|
||||
struct FSNode
|
||||
{
|
||||
FSNode() { memset(&file, 0, sizeof(file)); }
|
||||
FSNode() {}
|
||||
~FSNode()
|
||||
{
|
||||
for(FSNode *n : children)
|
||||
|
||||
Reference in New Issue
Block a user