Image class member attribute names

Minor issues with the Ogre API that can be trivial to fix
User avatar
nmodprime
Gnoblar
Posts: 11
Joined: Sat Apr 23, 2011 3:54 am

Image class member attribute names

Post by nmodprime »

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?
User avatar
masterfalcon
OGRE Team Member
OGRE Team Member
Posts: 4270
Joined: Sun Feb 25, 2007 4:56 am
Location: Bloomington, MN
x 126

Re: Image class member attribute names

Post by masterfalcon »

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.
User avatar
nmodprime
Gnoblar
Posts: 11
Joined: Sat Apr 23, 2011 3:54 am

Re: Image class member attribute names

Post by nmodprime »

User avatar
nmodprime
Gnoblar
Posts: 11
Joined: Sat Apr 23, 2011 3:54 am

Re: Image class member attribute names

Post by nmodprime »

Patches are on the patch and issue tracker.