Fixing Win compile. (Partial)
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user