[mythtv-commits] mythtv commit: r17971 by nigel
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Tue Jul 29 05:04:30 UTC 2008
Author: nigel
Date: 2008-07-29 05:04:29 +0000 (Tue, 29 Jul 2008)
New Revision: 17971
Changeset: http://cvs.mythtv.org/trac/changeset/17971
Modified:
trunk/mythtv/libs/libmythtv/videoout_quartz.cpp
Log:
Refs #5570. Daniel's patch was perfect, bar a typo and an interesting warning:
{{{
videoout_quartz.cpp: In member function 'void QuartzData::ClearViews()':
videoout_quartz.cpp:108: warning: possible problem detected in invocation of delete operator:
videoout_quartz.cpp:108: warning: invalid use of undefined type 'struct VideoOutputQuartzView'
videoout_quartz.cpp:68: warning: forward declaration of 'struct VideoOutputQuartzView'
videoout_quartz.cpp:108: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
}}}
which warranted a slight re-org of the internal class def'ns. Seems to work OK.
More information about the mythtv-commits
mailing list