]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
If the "force" flag is in effect and a textmode command from the unicodesymbols
[lyx.git] / src / LyXAction.cpp
index ceee3bca7030c775aff0be696a5e53d30661f109..9705e42634b058ed82ee1c14d7817f8a699d971f 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "support/lassert.h"
 
+#include <iostream>
+
 using namespace std;
 using namespace lyx::support;
 
@@ -3127,10 +3129,11 @@ LyXAction::const_func_iterator LyXAction::func_end() const
        return lyx_func_map.end();
 }
 
+
 LyXErr & operator<<(LyXErr & l, FuncCode code)
 {
-       if (l.enabled()) 
-               l.stream() << lyxaction.getActionName(code); 
+       if (l.enabled())
+               l.stream() << lyxaction.getActionName(code);
        return l;
 }