openvr icon indicating copy to clipboard operation
openvr copied to clipboard

Fix compiler warning 'has virtual functions but non-virtual destructor'

Open fred-wang opened this issue 7 years ago • 0 comments

Compilation currently fails when the corresponding warning is treated as an error. This commit adds virtual destructors openvr.h with empty implementation to avoid that warning. They are not made pure virtual so that derived classes are not forced to implement them.

fred-wang avatar Oct 01 '18 18:10 fred-wang