mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Fix compile issue about mismatched override/non-override in class
This commit is contained in:
@@ -1494,7 +1494,7 @@ public:
|
||||
return props;
|
||||
}
|
||||
|
||||
bytebuf GetSectionContents(int index) override
|
||||
bytebuf GetSectionContents(int index)
|
||||
{
|
||||
if(!Connected())
|
||||
return bytebuf();
|
||||
|
||||
Reference in New Issue
Block a user