]> git.mxchange.org Git - flightgear.git/commit
* src/Input/input.hxx
authordavid <david>
Sat, 30 Mar 2002 12:52:55 +0000 (12:52 +0000)
committerdavid <david>
Sat, 30 Mar 2002 12:52:55 +0000 (12:52 +0000)
commit9cbded8eaaffa9f7fd2790c3700decd22659547d
tree151be3f2dc137193fcb009d194697009ecc50b7a
parentfaf2fa91d232f804b1d5b74f79e06e4625ce09fd
* src/Input/input.hxx

MSVC fix from Bernie Bright:

You can keep the enum private if you add the following declarations
immediately afterwards:

  struct mouse;
  friend struct mouse;

It seems that MSVC doesn't grant the nested mouse decl. any special
access privileges to its surrounding class.
src/Input/input.hxx