]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/completer.h
Fix latent bug with custom word point completers
[thirdparty/binutils-gdb.git] / gdb / completer.h
index 38a0132ca4d137aa9965b9903d0e31809db4987d..27371b63a5763ff28c19350e1b92a4ae2038964b 100644 (file)
@@ -357,7 +357,7 @@ public:
   { m_custom_word_point = point; }
 
   /* Advance the custom word point by LEN.  */
-  void advance_custom_word_point_by (size_t len);
+  void advance_custom_word_point_by (int len);
 
   /* Whether to tell readline to skip appending a whitespace after the
      completion.  See m_suppress_append_ws.  */