Преглед на файлове

Make setheights() virtual

Wichert Akkerman преди 25 години
родител
ревизия
e7acb1a940
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);