Sha256: 6e7bb9cdabe58813ab0ed8212317dda2bffddc990a5501a871d7df31f0423abf

Contents?: true

Size: 633 Bytes

Versions: 6

Compression:

Stored size: 633 Bytes

Contents

$NetBSD: patch-cxx_cursesf.h,v 1.1 2011/02/28 11:02:46 adam Exp $

--- c++/cursesf.h.orig	2011-02-28 09:23:33.000000000 +0000
+++ c++/cursesf.h
@@ -677,7 +677,7 @@ protected:
   }
 
 public:
-  NCursesUserForm (NCursesFormField Fields[],
+  NCursesUserForm (NCursesFormField *Fields[],
 		   const T* p_UserData = STATIC_CAST(T*)(0),
 		   bool with_frame=FALSE,
 		   bool autoDelete_Fields=FALSE)
@@ -686,7 +686,7 @@ public:
 	set_user (const_cast<void *>(p_UserData));
   };
 
-  NCursesUserForm (NCursesFormField Fields[],
+  NCursesUserForm (NCursesFormField *Fields[],
 		   int nlines,
 		   int ncols,
 		   int begin_y = 0,

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
omnibus-software-23.7.295 config/patches/ncurses/patch-cxx_cursesf.h
omnibus-software-23.6.292 config/patches/ncurses/patch-cxx_cursesf.h
omnibus-software-23.6.291 config/patches/ncurses/patch-cxx_cursesf.h
omnibus-software-23.2.283 config/patches/ncurses/patch-cxx_cursesf.h
omnibus-software-23.2.281 config/patches/ncurses/patch-cxx_cursesf.h
omnibus-software-22.11.239 config/patches/ncurses/patch-cxx_cursesf.h