]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
* docstream: factorize out some code and introduce odocfstream::reset()
[lyx.git] / src / FuncRequest.h
index e5c7afadad54287751bdfb61981506d12eeef7ec..3083f007acb176bbe808c6da95255be36fe2706e 100644 (file)
@@ -17,8 +17,6 @@
 
 #include "support/docstring.h"
 
-#include <iosfwd>
-
 
 namespace lyx {
 
@@ -67,6 +65,10 @@ public:
        /// access the whole argument
        docstring const & argument() const { return argument_; }
 
+       /// 
+       static FuncRequest const unknown;
+       /// 
+       static FuncRequest const noaction;
 public:  // should be private
        /// the action
        kb_action action;