Procházet zdrojové kódy

Make setheights() virtual

Wichert Akkerman před 25 roky
rodič
revize
e7acb1a940
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);