]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormTabular.h
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormTabular.h
index 0d740c2e55108b70354e9904457d6ca874985a1a..e6e8529b863086a8efc8d68c53bca2f71fcb9cf2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \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
@@ -47,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_;