Skip to content
Commit 0d601900 authored by Tomaz Canabrava's avatar Tomaz Canabrava
Browse files

don't virtual a class that shouldn't be inheritable, use final instead



virtual marks a method for inclusion on a v-table, but we don't want
the methods of classes that won't be inheritable to have a v-table,
we want, however, to issue a warning if somebody try to inherit
that specific class and reimplement those methods.

Signed-off-by: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
parent df4043b5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment