Index: abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp =================================================================== RCS file: /cvsroot/abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp,v retrieving revision 1.21 diff -u -r1.21 ap_Win32Dialog_Lists.cpp --- abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp 2001/07/24 20:58:16 1.21 +++ abi/src/wp/ap/win/ap_Win32Dialog_Lists.cpp 2001/08/01 02:39:36 @@ -771,7 +771,7 @@ // if they don't need to be updated since every update, from // user actions or from API update calls generates EN_CHANGE // messages. -static updateControlValue(XAP_Win32DialogHelper& helper, UT_sint32 id, int val) +static void updateControlValue(XAP_Win32DialogHelper& helper, UT_sint32 id, int val) { int nOld = helper.getControlInt(id); if (nOld != val) @@ -780,7 +780,7 @@ } } -static updateControlValue(XAP_Win32DialogHelper& helper, UT_sint32 id, LPCSTR val) +static void updateControlValue(XAP_Win32DialogHelper& helper, UT_sint32 id, LPCSTR val) { char szBuff[100]; helper.getControlText(id, szBuff, sizeof(szBuff));