EgtGraphics :

- cambiato nome da Invalidate a Reset a metodo di Obj*Graphics.
This commit is contained in:
Dario Sassi
2014-02-17 09:41:18 +00:00
parent 3e0e4e55a2
commit 8560bc5cae
5 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ObjNewGraphics::~ObjNewGraphics( void)
//----------------------------------------------------------------------------
void
ObjNewGraphics::Invalidate( void)
ObjNewGraphics::Reset( void)
{
m_bValid = false ;
}