瀏覽代碼

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