]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xdata.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_xdata.h
index 48518de561dd862032308162cd008284212541cb..41e4eedaab0665b418560266bdccf7bb0b8854c5 100644 (file)
@@ -77,7 +77,7 @@ public:
        const_iterator begin() const { return data_.begin(); }
        /// end iterator of the underlying MathArray
        const_iterator end() const { return data_.end(); }
-       
+
 public:
        /// the underlying MathArray
        MathArray data_;