On Thursday, March 28, 2002, at 04:14 PM, David Megginson wrote:

> Does it still work if the enum is protected?  I'd like to keep things
> as well encapsulated as possible.

*trundles downstairs to PC*
*makes edit*
*compiles*
*says dirty words*
*trundles back upstairs to Mac*

MSVC gives a similar error for protected enumerations as it does for 
private:

.\src\Input/input.hxx(322) : error C2248: 'MAX_MOUSE_BUTTONS' : cannot 
access protected enumerator declared in class 'FGInput'
         .\src\Input/input.hxx(249) : see declaration of 'MAX_MOUSE_BUTTONS'

Sorry,

Jonathan Polley


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to