Fix compile issue about mismatched override/non-override in class

This commit is contained in:
baldurk
2017-11-17 17:52:15 +00:00
parent 734ad2fbd9
commit 2e508adb43
+1 -1
View File
@@ -1494,7 +1494,7 @@ public:
return props;
}
bytebuf GetSectionContents(int index) override
bytebuf GetSectionContents(int index)
{
if(!Connected())
return bytebuf();