]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.h
Fix screen display of parts and chapters in default classes
[lyx.git] / src / CursorSlice.h
index 308b938455f55cc0d4ea4b47d435f65ae8444a78..9f91ade9e9452b51b287ec20c71bcf3015288fdd 100644 (file)
@@ -24,7 +24,7 @@
 
 namespace lyx {
 
-class Inset;
+class InsetMath;
 class MathData;
 class Text;
 class Paragraph;
@@ -148,7 +148,7 @@ public:
        bool at_end() const;
        /// are we at the start of this slice
        bool at_begin() const;
-       
+
 private:
 
        /// pointer to 'owning' inset. This is some kind of cache.