Fix compilation problem - add GPOINTER_TO_UINT() cast

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18270 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff 2009-08-22 19:09:39 +00:00
parent 36ca18b274
commit 5ea1310b7e

View File

@ -153,7 +153,7 @@ set_period_num( gpointer pObj, gpointer val )
g_return_if_fail( pObj != NULL );
info->period_num = (guint)val;
info->period_num = GPOINTER_TO_UINT(val);
}
static gnc_numeric