]> git.lyx.org Git - features.git/blobdiff - src/BufferView.h
MacOSX compile fix: The class Point conflicted with a struct defined in MacTypes.h.
[features.git] / src / BufferView.h
index 53fcf3a6962e80dc84c3505c9d33df49a5c04853..c0761ff0094dcefbc28744ca10c34de0b878b14d 100644 (file)
@@ -201,11 +201,11 @@ public:
        void updateMetrics(bool singlepar = false);
 
        ///
-       CoordCache & coordCache() {
+       lyx::CoordCache & coordCache() {
                return coord_cache_;
        }
        ///
-       CoordCache const & coordCache() const {
+       lyx::CoordCache const & coordCache() const {
                return coord_cache_;
        }
        /// get this view's keyboard map handler
@@ -247,7 +247,7 @@ private:
 
        ///
        ViewMetricsInfo metrics_info_;
-       CoordCache coord_cache_;
+       lyx::CoordCache coord_cache_;
        ///
        Buffer * buffer_;