]> git.lyx.org Git - features.git/blobdiff - src/coordcache.h
MacOSX compile fix: The class Point conflicted with a struct defined in MacTypes.h.
[features.git] / src / coordcache.h
index 70ec9c1f0bf9e6c3628221f2e02ef370d2d1f3d5..851ce4f378513b35ead46746452f0cd902df876e 100644 (file)
@@ -25,6 +25,8 @@ class Paragraph;
 
 #include <map>
 
+namespace lyx {
+
 void lyxbreaker(void const * data, const char * hint, int size);
 
 class Point {
@@ -153,4 +155,6 @@ private:
        SliceCache slices1_;
 };
 
+} // namespace lyx
+
 #endif