diff Framework/Toolbox/BaseWebService.h @ 588:2a8ac2d426db

renamed ColorTextureSceneLayer, dropped dependency on boost::chrono
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Apr 2019 13:54:42 +0200
parents e641d3978856
children 4f2416d519b4
line wrap: on
line diff
--- a/Framework/Toolbox/BaseWebService.h	Mon Apr 22 10:07:34 2019 +0200
+++ b/Framework/Toolbox/BaseWebService.h	Thu Apr 25 13:54:42 2019 +0200
@@ -81,7 +81,7 @@
     class BaseWebServicePayload;
 
     bool          cacheEnabled_;
-    std::map<std::string, boost::shared_ptr<CachedHttpRequestSuccessMessage>> cache_;  // TODO: this is currently an infinite cache !
+    std::map<std::string, boost::shared_ptr<CachedHttpRequestSuccessMessage> > cache_;  // TODO: this is currently an infinite cache !
 
   public: