OSVR / OSVR-Vive

OSVR driver for use with the HTC Vive (including Vive PRE)
Apache License 2.0
62 stars 19 forks source link

remove extra qualifications #28

Closed ChristophHaag closed 7 years ago

ChristophHaag commented 7 years ago

It's an error on gcc:

/home/chris/build/osvr-vive-github/com_osvr_Vive.cpp:53:5: error: extra qualification '{anonymous}::ViveSyncDevice::' on member 'ViveSyncDevice' [-fpermissive] ViveSyncDevice::ViveSyncDevice(OSVR_PluginRegContext ctx, ^~~~~~

gfrolov commented 7 years ago

Thanks @ChristophHaag! VisualStudio appears to be ok with them which is what we're using to compile while developing, so it built internally.