mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
more clang namespace fixes
This commit is contained in:
@@ -34,8 +34,8 @@ namespace Archive
|
||||
|
||||
class CityInfo
|
||||
{
|
||||
friend void Archive::get(ReadIterator & source, CityInfo & target);
|
||||
friend void Archive::put(ByteStream & target, const CityInfo & source);
|
||||
friend void Archive::get(Archive::ReadIterator & source, CityInfo & target);
|
||||
friend void Archive::put(Archive::ByteStream & target, const CityInfo & source);
|
||||
|
||||
public:
|
||||
CityInfo();
|
||||
|
||||
Reference in New Issue
Block a user