Small fix for preprocessor _MP symbol clash with MFC.

This commit is contained in:
Don BURNS
2001-11-21 15:53:29 +00:00
parent c9535c68b4
commit 4ef08067b7
2 changed files with 10 additions and 10 deletions

View File

@@ -301,8 +301,8 @@ class SG_EXPORT Camera: public osg::Referenced
mutable ref_ptr<Matrix> _modelViewMatrix;
mutable ClippingVolume _clippingVolume;
mutable ref_ptr<Matrix> _MP;
mutable ref_ptr<Matrix> _inverseMP;
mutable ref_ptr<Matrix> _mp;
mutable ref_ptr<Matrix> _inversemp;
void calculateMatricesAndClippingVolume() const;