Ticket #30312: patch-cursesf_h.diff
File patch-cursesf_h.diff, 583 bytes (added by Veence (Vincent), 13 years ago) |
---|
-
c++/cursesf.h
old new 677 677 } 678 678 679 679 public: 680 NCursesUserForm (NCursesFormField Fields[],680 NCursesUserForm (NCursesFormField* Fields[], 681 681 const T* p_UserData = STATIC_CAST(T*)(0), 682 682 bool with_frame=FALSE, 683 683 bool autoDelete_Fields=FALSE) … … 686 686 set_user (const_cast<void *>(p_UserData)); 687 687 }; 688 688 689 NCursesUserForm (NCursesFormField Fields[],689 NCursesUserForm (NCursesFormField* Fields[], 690 690 int nlines, 691 691 int ncols, 692 692 int begin_y = 0,