[Aptitude-svn-commit] r3463 - branches/aptitude-0.3/aptitude/src/vscreen

Daniel Burrows dburrows@costa.debian.org
Sun, 26 Jun 2005 17:12:36 +0000


Author: dburrows
Date: Sun Jun 26 17:12:35 2005
New Revision: 3463

Modified:
   branches/aptitude-0.3/aptitude/src/vscreen/vs_button.h
Log:
vs_button.*h* should have been included in the last commit.

Modified: branches/aptitude-0.3/aptitude/src/vscreen/vs_button.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/vs_button.h	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/vs_button.h	Sun Jun 26 17:12:35 2005
@@ -24,7 +24,7 @@
   void lose_focus();
 
 protected:
-  bool handle_char(chtype ch);
+  bool handle_char(wint_t ch);
   fragment_cache *get_label() const {return label;}
 public:
   /** Instantiate a vs_button.