diff Framework/SmartLoader.h @ 334:c34784e5f299 am-2

compatibility fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Oct 2018 09:02:24 +0200
parents 7a364e44fbb4
children 20f149669c1f
line wrap: on
line diff
--- a/Framework/SmartLoader.h	Wed Oct 17 19:42:56 2018 +0200
+++ b/Framework/SmartLoader.h	Thu Oct 18 09:02:24 2018 +0200
@@ -35,10 +35,10 @@
     class CachedSlice;
 
   protected:
-    typedef std::map<std::string, boost::shared_ptr<SmartLoader::CachedSlice>> CachedSlices;
+    typedef std::map<std::string, boost::shared_ptr<SmartLoader::CachedSlice> > CachedSlices;
     CachedSlices cachedSlices_;
 
-    typedef std::map<std::string, boost::shared_ptr<ILayerSource>> PreloadingInstances;
+    typedef std::map<std::string, boost::shared_ptr<ILayerSource> > PreloadingInstances;
     PreloadingInstances preloadingInstances_;
 
     SliceImageQuality     imageQuality_;