Fixed some VS warnings
Thanks to Fraggy again ! Former-commit-id: bd0eea66714701b065892d8b69d576e7b3615dd2
This commit is contained in:
@@ -54,7 +54,7 @@ class NAZARA_API NzThread::Id
|
||||
NAZARA_API friend bool operator>(const Id& lhs, const Id& rhs);
|
||||
NAZARA_API friend bool operator>=(const Id& lhs, const Id& rhs);
|
||||
|
||||
NAZARA_API friend bool operator<<(std::ostream& o, const Id& id);
|
||||
NAZARA_API friend std::ostream& operator<<(std::ostream& o, const Id& id);
|
||||
|
||||
private:
|
||||
Id(NzThreadImpl* thread);
|
||||
|
||||
Reference in New Issue
Block a user