]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.h
use the new bufferstorage (this change only deletes all references to the old one
[lyx.git] / src / texrow.h
index f71bc20507638102be7b39d82da3eb03b77df953..ef669d8890b24d876c2a395f86fb211cbeec3fd5 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /* This file is part of
- * ======================================================
+ * ====================================================== 
  * 
  *           LyX, The Document Processor
  *      
@@ -46,7 +46,7 @@ public:
        void getIdFromRow(int row, int &id, int &pos);
 
        /// Appends another TexRow
-       TexRow & operator+=(const TexRow &);
+       TexRow & operator+= (const TexRow &);
 
 private:
        /// Linked list of items