openvr
openvr copied to clipboard
Fix compiler warning 'has virtual functions but non-virtual destructor'
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.