Fixing Win compile. (Partial)

This commit is contained in:
Shyotl
2011-05-08 12:46:42 -05:00
committed by Siana Gearz
parent e2e576e550
commit 1a099167ae
2 changed files with 2 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ protected:
//! Constructor used by AIWriteAccess.
AIReadAccess(AIThreadSafe<T>& wrapper, state_type state) : AIReadAccessConst<T>(wrapper, state) { }
friend class AIWriteAccess<T>;
friend struct AIWriteAccess<T>;
};
/**