]> git.lyx.org Git - lyx.git/blobdiff - src/coordcache.h
* Painter.h:
[lyx.git] / src / coordcache.h
index d5ac02f6eb220ce1f65433195c0118fa6f193507..a14751f6f0375ee70c1ca3e077f5b9387b5d9dcc 100644 (file)
@@ -95,6 +95,9 @@ private:
 
        typedef std::map<T const *, Point> cache_type;
        cache_type data_;
+
+public:
+       cache_type const & getData() const { return data_; }
 };
 
 /**