X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcommandtags.h;h=a8c36d313c8a629caefb0e0d00e77f0588bcd100;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=0418b0d8144bd33a1e148f23e049d94629dced74;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/commandtags.h b/src/commandtags.h index 0418b0d814..a8c36d313c 100644 --- a/src/commandtags.h +++ b/src/commandtags.h @@ -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