Warning fix from Romano

This commit is contained in:
Robert Osfield
2003-11-26 16:43:28 +00:00
parent a0375f58da
commit 091151e4ce

View File

@@ -373,7 +373,7 @@ class OSGUTIL_EXPORT SceneView : public osg::Referenced
};
void setComputeStereoMatricesCallback(ComputeStereoMatricesCallback* callback) { _computeStereoMatricesCallback=callback; }
ComputeStereoMatricesCallback* getComputeStereoMatricesCallback(ComputeStereoMatricesCallback* callback) { return _computeStereoMatricesCallback.get(); }
ComputeStereoMatricesCallback* getComputeStereoMatricesCallback() { return _computeStereoMatricesCallback.get(); }
const ComputeStereoMatricesCallback* getComputeStereoMatricesCallback() const { return _computeStereoMatricesCallback.get(); }
inline osg::Matrixd computeLeftEyeProjection(const osg::Matrixd& projection) const