Explorar o código

Make setheights() virtual

Wichert Akkerman %!s(int64=25) %!d(string=hai) anos
pai
achega
e7acb1a940
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);