]> git.lyx.org Git - features.git/blobdiff - src/KeyMap.h
Fix part of http://bugzilla.lyx.org/show_bug.cgi?id=5421
[features.git] / src / KeyMap.h
index cc7c15595915cf3ec9ea94e65125f8e4d964536c..f76fa85f2adf63a0018ce82d42b56dd34ed78965 100644 (file)
@@ -106,7 +106,8 @@ public:
        Bindings findBindings(FuncRequest const & func) const;
 
        /// Given an action, print the keybindings.
-       docstring printBindings(FuncRequest const & func) const;
+       docstring printBindings(FuncRequest const & func,
+                               KeySequence::outputFormat format) const;
 
        struct Binding {
                Binding(FuncRequest const & r, KeySequence const & s, ItemType t)