mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-01 02:15:54 -04:00
more clang namespace fixes
This commit is contained in:
@@ -70,8 +70,8 @@ class PopulationList
|
||||
PopulationMapType m_populationMap;
|
||||
mutable PopulationMapType m_populationCache;
|
||||
|
||||
friend void Archive::get(ReadIterator & source, PopulationList & target);
|
||||
friend void Archive::put(ByteStream & target, const PopulationList & source);
|
||||
friend void Archive::get(Archive::ReadIterator & source, PopulationList & target);
|
||||
friend void Archive::put(Archive::ByteStream & target, const PopulationList & source);
|
||||
};
|
||||
|
||||
// ======================================================================
|
||||
|
||||
Reference in New Issue
Block a user