mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-31 01:15:45 -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