Ticket #30312: patch-cursesf_h.diff

File patch-cursesf_h.diff, 583 bytes (added by Veence (Vincent), 13 years ago)

Patch for cursesf.h

  • c++/cursesf.h

    old new  
    677677  }
    678678
    679679public:
    680   NCursesUserForm (NCursesFormField Fields[],
     680  NCursesUserForm (NCursesFormField* Fields[],
    681681                   const T* p_UserData = STATIC_CAST(T*)(0),
    682682                   bool with_frame=FALSE,
    683683                   bool autoDelete_Fields=FALSE)
     
    686686        set_user (const_cast<void *>(p_UserData));
    687687  };
    688688
    689   NCursesUserForm (NCursesFormField Fields[],
     689  NCursesUserForm (NCursesFormField* Fields[],
    690690                   int nlines,
    691691                   int ncols,
    692692                   int begin_y = 0,