From 05bbc5a8574fbf108c3e4fed07bb86e81369baeb Mon Sep 17 00:00:00 2001 From: NicJA Date: Sat, 29 Aug 2015 23:14:41 +0000 Subject: [PATCH] correction to attribute name. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@51035 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/hidds/radeon/ati_class.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workbench/hidds/radeon/ati_class.c b/workbench/hidds/radeon/ati_class.c index 0cb46729b8..ad9b1e7c1e 100644 --- a/workbench/hidds/radeon/ati_class.c +++ b/workbench/hidds/radeon/ati_class.c @@ -232,9 +232,9 @@ OOP_Object *METHOD(ATI, Hidd_Gfx, CreateObject) } /* Like in Gfx::New() we init a new message struct */ - mymsg.mID = msg->mID; - mymsg.cl = msg->cl; - mymsg.attrList = mytags; + p.mID = msg->mID; + p.cl = msg->cl; + p.attrList = mytags; /* Pass the new message to the superclass */ object = OOP_DoSuperMethod(cl, o, (OOP_Msg)&p); -- 2.11.4.GIT