From: Todd D. P. <ci...@us...> - 2003-09-29 22:27:54
|
Log Message: ----------- fixes error with m_nBackground (thanks GK) Modified Files: -------------- /cvsroot/decaldev/source/Inject: Button.cpp Revision Data ------------- Index: Button.cpp =================================================================== RCS file: /cvsroot/decaldev/source/Inject/Button.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Button.cpp 24 Sep 2003 03:51:26 -0000 1.4 +++ Button.cpp 29 Sep 2003 22:27:52 -0000 1.5 @@ -8,6 +8,7 @@ cButton::cButton() : m_nModule( 0 ), +m_nBackground( 0 ), m_nPressed( 0 ), m_nReleased( 0 ), m_bPressed( VARIANT_FALSE ), |