Przeglądaj źródła

Make setheights() virtual

Wichert Akkerman 25 lat temu
rodzic
commit
e7acb1a940
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dselect/dselect.h

+ 1 - 1
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);