In Ogre::Image, the protected member attributes have names like m_ucPixelSize, m_pBuffer, m_bAutoDelete...
Ogre coding standards indicate names should be mPixelSize, mBuffer, and mAutoDelete...
Should they be renamed to conform?
Image class member attribute names
-
- OGRE Team Member
- Posts: 4270
- Joined: Sun Feb 25, 2007 4:56 am
- Location: Bloomington, MN
- x 126
Re: Image class member attribute names
Yeah, they probably should. Would you be able to file this in our bug tracker? Mark it as a Papercut in the subject as well.
-
- Gnoblar
- Posts: 11
- Joined: Sat Apr 23, 2011 3:54 am
-
- Gnoblar
- Posts: 11
- Joined: Sat Apr 23, 2011 3:54 am
Re: Image class member attribute names
Patches are on the patch and issue tracker.