diff Framework/SmartLoader.h @ 330:7a364e44fbb4 am-2

renamed SetDefaultView in FitContent
author am@osimis.io
date Wed, 17 Oct 2018 12:45:52 +0200
parents a902a07769d4
children c34784e5f299
line wrap: on
line diff
--- a/Framework/SmartLoader.h	Wed Oct 17 12:30:32 2018 +0200
+++ b/Framework/SmartLoader.h	Wed Oct 17 12:45:52 2018 +0200
@@ -32,7 +32,7 @@
 
   class SmartLoader : public IObservable, public IObserver
   {
-    struct CachedSlice;
+    class CachedSlice;
 
   protected:
     typedef std::map<std::string, boost::shared_ptr<SmartLoader::CachedSlice>> CachedSlices;