Forgot this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32784 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-05 21:59:12 +00:00
parent c5b06d46bf
commit 5e89a4ea90

View File

@ -45,7 +45,7 @@ private:
struct FuncInfo {
/// the action name
std::string name;
/// the func_attrib values set
/// the FuncAttribs values set
unsigned int attrib;
/// the category of this func
FuncType type;