]> git.tdb.fi Git - libs/vr.git/blobdiff - source/openvr/openvrcombiner.h
Apply s/device/system/ to member variables as well
[libs/vr.git] / source / openvr / openvrcombiner.h
index 5b9e3b4235a26d49377b19c71145d67a1981e5a6..33f266c9988cb95541d1e6d021097e2d385af0dc 100644 (file)
@@ -14,7 +14,7 @@ class OpenVRCombiner: public StereoCombiner
 private:
        struct Private;
 
-       OpenVRSystem &device;
+       OpenVRSystem &system;
        GL::View &view;
 
 public: