Explorar o código

dselect: Change keybindings forward declaration to a struct

This matches the type of the declaration in «dselect/bindings.h».

This was spotted by a run with the clang static analyzer.
Guillem Jover %!s(int64=16) %!d(string=hai) anos
pai
achega
39b0cc3c85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dselect/dselect.h

+ 1 - 1
dselect/dselect.h

@@ -36,7 +36,7 @@ struct helpmenuentry {
   const struct helpmessage *msg;
   const struct helpmessage *msg;
 };
 };
 
 
-class keybindings;
+struct keybindings;
 
 
 class baselist {
 class baselist {
 protected:
 protected: