Carl Forsman
2009-08-21 22:25:17 UTC
what's the problem below?
class CMusicDemo
: public CInterfaceGroup
, public ILifeHubControllerNotificationSink
{
static midi::CMIDIOutDevice m_OutDevice;
};
class CMusicDemo
: public CInterfaceGroup
, public ILifeHubControllerNotificationSink
{
static midi::CMIDIOutDevice m_OutDevice;
};