예제 #1
0
파일: gncJob.c 프로젝트: 573/gnucash
static void job_free (QofInstance *inst)
{
    GncJob *job = (GncJob *)inst;
    gncJobFree (job);
}
예제 #2
0
static void job_free (QofInstance *inst)
{
    GncJob *job = dynamic_cast<GncJob *>(inst);
    gncJobFree (job);
}