mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
Added :: for name lookup
This commit is contained in:
@@ -51,8 +51,8 @@ namespace CellPermissions
|
||||
friend void Archive::get( ReadIterator & source, CellPermissions::PermissionObject & target );
|
||||
friend void Archive::put( ByteStream & target, const CellPermissions::PermissionObject & source );
|
||||
|
||||
friend class BuildingObject;
|
||||
friend class CellObject;
|
||||
friend class ::BuildingObject;
|
||||
friend class ::CellObject;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user