]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / commandtags.h
index 0418b0d8144bd33a1e148f23e049d94629dced74..a8c36d313c8a629caefb0e0d00e77f0588bcd100 100644 (file)
@@ -7,9 +7,10 @@
    - add a help text in LyXAction::getHelp() in LyXAction.C
    \* ======================================================================= */
 
-#ifndef _COMMANDTAGS_H_
-#define _COMMANDTAGS_H_
+#ifndef COMMANDTAGS_H
+#define COMMANDTAGS_H
 
+#include "debug.h"
 
 /** These are all the lyxfunctions (as enums).
  */
@@ -240,5 +241,6 @@ enum kb_action {
        LFUN_LASTACTION  /* this marks the end of the table */
 };
 
+ostream & operator<<(ostream &, kb_action);
 #endif