summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2001-07-16 10:49:00 +0000
committerWichert Akkerman <wakkerma@debian.org>2001-07-16 10:49:00 +0000
commite7acb1a9403ac58370a72642eacd4ea202ea1a90 (patch)
tree59b56fadbad389b470bdc986cf44342574ae113b /dselect
parentc7305149274bdf24b561dbfc6f2cc01592dce882 (diff)
downloaddpkg-e7acb1a9403ac58370a72642eacd4ea202ea1a90.tar.gz
Make setheights() virtual
Diffstat (limited to 'dselect')
-rw-r--r--dselect/dselect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/dselect.h b/dselect/dselect.h
index 95279a8b8..4f5ade369 100644
--- a/dselect/dselect.h
+++ b/dselect/dselect.h
@@ -71,7 +71,7 @@ protected:
varbuf whatinfovb;
char searchstring[50];
- void setheights();
+ virtual void setheights();
void unsizes();
void dosearch();
void displayhelp(const struct helpmenuentry *menu, int key);