class CStarter1::public CStarter
{
CStarter1();
~CStarter1();
// void DummyMessage();
};
Don't use double colon here, say
class CStarter1 : public CStarter
The double color is a scope separator and isn't used in this context.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
