]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.h
The std::string mammoth path.
[lyx.git] / src / graphics / GraphicsCacheItem.h
index bdc606966a131213ba1bba30d330006e19b878c2..69ca82ef2191252aadb4d644e5b815ed9b68745a 100644 (file)
@@ -7,7 +7,7 @@
  * \author Baruch Even
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
  * The graphics cache is a container of lyx::graphics::CacheItems.
  * Each lyx::graphics::CacheItem, defined here represents a separate image file.
 #define GRAPHICSCACHEITEM_H
 
 #include "GraphicsTypes.h"
-#include "LString.h"
 
 #include <boost/utility.hpp>
 #include <boost/scoped_ptr.hpp>
 #include <boost/signals/signal0.hpp>
 
+
 class InsetGraphics;
 
 namespace lyx {
@@ -47,13 +47,13 @@ class Converter;
 class CacheItem : boost::noncopyable {
 public:
        ///
-       CacheItem(string const & file);
+       CacheItem(std::string const & file);
 
        /// Define an empty d-tor out-of-line to keep boost::scoped_ptr happy.
        ~CacheItem();
 
        ///
-       string const & filename() const;
+       std::string const & filename() const;
 
        /// It's in the cache. Now start the loading process.
        void startLoading() const;