]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
tex2lyx: add strike-outs etc. to the TeX testfile
[lyx.git] / src / FuncRequest.h
index b8cfd196271dcda200c871de5b1dffa96133cad3..7fd3e1222f290cfaa143594361eb95724212be3c 100644 (file)
@@ -88,10 +88,10 @@ public:
        /// 
        static FuncRequest const noaction;
 private:
-       /// the action's string argument
-       docstring argument_;
        /// the action
        FuncCode action_;
+       /// the action's string argument
+       docstring argument_;
        /// who initiated the action
        Origin origin_;
        /// the x coordinate of a mouse press