22 Jun 04:59
Agar: r8203 - trunk/core
Author: vedge
Date: 2009-06-21 23:59:08 -0300 (Sun, 21 Jun 2009)
New Revision: 8203
Modified:
trunk/core/variable.h
Log:
c++ warnings
Modified: trunk/core/variable.h
===================================================================
--- trunk/core/variable.h 2009-06-21 12:49:32 UTC (rev 8202)
+++ trunk/core/variable.h 2009-06-22 02:59:08 UTC (rev 8203)
@@ -586,7 +586,7 @@
static __inline__ AG_Variable *
AG_GetVariableLocked(void *pObj, const char *name)
{
- AG_Object *obj = pObj;
+ AG_Object *obj = AGOBJECT(pObj);
AG_Variable *V;
Uint i;
RSS Feed