fix after struct member renaminge (pXRenderFormat)

the right one, this time.... sorry.
This commit is contained in:
Pierre-André Jacquod 2011-01-17 20:37:33 +01:00 committed by Michael Meeks
parent 6361b7d4f6
commit e7df509dd9

View file

@ -76,7 +76,7 @@ namespace cairo
nScreen(pSysDat.nScreen),
nDepth(pSysDat.nDepth),
aColormap(pSysDat.aColormap),
pXRenderFormat(pSysDat.pRenderFormat)
pRenderFormat(pSysDat.pXRenderFormat)
{}
X11SysData::X11SysData( const SystemEnvData& pSysDat ) :