twain_32: Constify a variable.

This commit is contained in:
Andrew Talbot 2007-11-07 21:11:07 +00:00 committed by Alexandre Julliard
parent 24ee003bfe
commit 7625583501

View file

@ -33,7 +33,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(twain);
/* A helper function that looks up a destination identity in the active
source list */
static activeDS *TWAIN_LookupSource (pTW_IDENTITY pDest)
static activeDS *TWAIN_LookupSource (const TW_IDENTITY *pDest)
{
activeDS *pSource;