diff liboctave/cmd-hist.h @ 12330:60b6b175f88a

require readline to provide working history control
author John W. Eaton <jwe@octave.org>
date Thu, 03 Feb 2011 01:04:41 -0500
parents fd0a3ac60b0e
children 7dd7cccf0757
line wrap: on
line diff
--- a/liboctave/cmd-hist.h	Wed Feb 02 21:31:33 2011 -0800
+++ b/liboctave/cmd-hist.h	Thu Feb 03 01:04:41 2011 -0500
@@ -138,7 +138,7 @@
 
   virtual void do_process_histcontrol (const std::string&);
 
-  virtual std::string do_histcontrol (void) const;
+  virtual std::string do_histcontrol (void) const { return std::string (); }
 
   virtual void do_initialize (bool, const std::string&, int, const std::string&);