]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Customization.lyx: rewrote section how to install LaTeX-packages
[lyx.git] / src / Paragraph.h
index 041c33e70cee9c4fbea9c99c23e9bc66fe6b8158..b6c8c12d7768029dcb79d6658c224f38ec2b6f04 100644 (file)
@@ -77,7 +77,11 @@ public:
                return first == s.first && last == s.last;
        }
        
-       
+       inline bool inside(pos_type p) const
+       {
+               return first <= p && p <= last;
+       }
+
 };
 
 ///