소스 검색

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