mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
stupid win32 namespace collision
This commit is contained in:
parent
4936cd71c7
commit
ac9def42f6
@ -141,8 +141,8 @@ private:
|
|||||||
friend class Connection;
|
friend class Connection;
|
||||||
};
|
};
|
||||||
|
|
||||||
INLINE ostream &operator << (ostream &out, const ConnectionManager::Interface &interface) {
|
INLINE ostream &operator << (ostream &out, const ConnectionManager::Interface &iface) {
|
||||||
interface.output(out);
|
iface.output(out);
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user