cim-unito / MITK

MITK - unofficial, customized version
http://www.mitk.org/wiki
1 stars 0 forks source link

Overloaded virtual functions #20

Open espakm opened 12 years ago

espakm commented 12 years ago

I get a few warnings when building my app because of overloaded virtual functions in MITK. In several cases an interface function is overridden by a non-virtual function.

Codan can find these errors, but there are a few, so I concentrate only on those that can affect my app.