Remove const declaration from non-const function.

oldstable
Mike McCormack 2005-02-16 16:07:11 +00:00 committed by Alexandre Julliard
parent e2df8814ea
commit 10e5c9e834
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ void MSI_FreePackage( MSIOBJECTHDR *arg)
msiobj_release( &package->db->hdr );
}
static const UINT clone_properties(MSIDATABASE *db)
static UINT clone_properties(MSIDATABASE *db)
{
MSIQUERY * view = NULL;
UINT rc;