]> 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 11aa605740c374896276f56c3725ec6c8c1929ca..ef669d8890b24d876c2a395f86fb211cbeec3fd5 100644 (file)
@@ -1,16 +1,16 @@
 // -*- C++ -*-
 /* This file is part of
- * ======================================================
+ * ====================================================== 
  * 
  *           LyX, The Document Processor
  *      
- *         Copyright (C) 1995 Matthias Ettrich
- *          Copyright (C) 1995-1998 The LyX Team
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-1998 The LyX Team
  *
- *======================================================*/
+ * ====================================================== */
 
-#ifndef _TEXROW_H
-#define _TEXROW_H
+#ifndef TEXROW_H
+#define TEXROW_H
 
 #ifdef __GNUG__
 #pragma interface
@@ -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