]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabular.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormTabular.h
index 6ae27a26c1db8979fa4f3fb213b37e2f01ae741d..e6e8529b863086a8efc8d68c53bca2f71fcb9cf2 100644 (file)
@@ -1,13 +1,12 @@
 // -*- C++ -*-
 /**
  * \file FormTabular.h
- * Copyright 1995 Matthias Ettrich
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Jürgen Vigna
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMTABULAR_H
@@ -48,7 +47,7 @@ private:
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
        ///
-       virtual int checkLongtableOptions(FL_OBJECT *, string &);
+       virtual int checkLongtableOptions(FL_OBJECT *, std::string &);
 
        ///
        boost::scoped_ptr<FD_tabular_options> tabular_options_;