]> git.lyx.org Git - lyx.git/blobdiff - src/trans_decl.h
some tabular fixes for the problems reported by Helge
[lyx.git] / src / trans_decl.h
index a916fb92d5fd3490c8308920a6851dee15a9148f..cd5da79e551e1f87f3206f4c23a455a46f3ed353 100644 (file)
@@ -15,8 +15,8 @@
 
 #include "tex-accent.h"
 
-#include "support/std_string.h"
 #include <list>
+#include <string>
 
 
 ///
@@ -24,7 +24,7 @@ struct Keyexc {
        /// character to make exception
        char c;
        /// exception data
-       string data;
+       std::string data;
        /// Combination with another deadkey
        bool combined;
        /// The accent comined with
@@ -35,9 +35,10 @@ struct Keyexc {
 typedef std::list<Keyexc> KmodException;
 
 ///
-struct KmodInfo {
+class KmodInfo {
+public:
        ///
-       string data;
+       std::string data;
        ///
        tex_accent accent;
        ///