]> git.lyx.org Git - lyx.git/blobdiff - src/trans_mgr.h
Point fix, earlier forgotten
[lyx.git] / src / trans_mgr.h
index 1bf9ae72ea0c1c92a1ffa9e0cd869d473c6254ef..999ff3694a0cfcd9e7896843f43926e7478f737a 100644 (file)
@@ -1,4 +1,16 @@
 // -*- C++ -*-
+/**
+ * \file trans_mgr.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Matthias Ettrich
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef TRANS_MANAGER_H
 #define TRANS_MANAGER_H
 
@@ -57,7 +69,7 @@ public:
 
 
 /// Init State
-class TransInitState : virtual public TransFSMData, public TransState {
+class TransInitState :virtual public TransFSMData, public TransState {
 public:
        ///
        TransInitState();