1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Fix a few issues with more strict modern compilers

This commit is contained in:
2011-04-06 19:44:10 -07:00
parent 53d629bf83
commit ecb7d8b566
4 changed files with 11 additions and 4 deletions

View File

@ -145,6 +145,9 @@ protected:
plSimulationInterface * IGetSI(const plAGModifier *modifier) const;
plObjInterface * IGetGI(const plAGModifier *modifier, UInt16 classIdx) const;
// Allow plAGModifier to declare IGet?? as friends
friend class plAGModifier;
// -- members --
plAGChannel *fChannel;
hsBool fEnabled;