Sha256: 65a0f11e5da55bf452bdb298e6796e8bda4450f24f534e33129f352251e27635

Contents?: true

Size: 1.72 KB

Versions: 8

Compression:

Stored size: 1.72 KB

Contents

diff -ruNp ncurses-5.9.orig/c++/cursesf.h ncurses-5.9/c++/cursesf.h
--- ncurses-5.9.orig/c++/cursesf.h	2005-08-13 21:08:24.000000000 +0300
+++ ncurses-5.9/c++/cursesf.h	2011-04-03 18:29:29.000000000 +0300
@@ -681,7 +681,7 @@ public:
		   const T* p_UserData = STATIC_CAST(T*)(0),
		   bool with_frame=FALSE,
		   bool autoDelete_Fields=FALSE)
-    : NCursesForm (Fields, with_frame, autoDelete_Fields) {
+    : NCursesForm (&Fields, with_frame, autoDelete_Fields) {
       if (form)
	set_user (const_cast<void *>(p_UserData));
   };
@@ -694,7 +694,7 @@ public:
		   const T* p_UserData = STATIC_CAST(T*)(0),
		   bool with_frame=FALSE,
		   bool autoDelete_Fields=FALSE)
-    : NCursesForm (Fields, nlines, ncols, begin_y, begin_x,
+    : NCursesForm (&Fields, nlines, ncols, begin_y, begin_x,
		   with_frame, autoDelete_Fields) {
       if (form)
	set_user (const_cast<void *>(p_UserData));
diff -ruNp ncurses-5.9.orig/c++/cursesm.h ncurses-5.9/c++/cursesm.h
--- ncurses-5.9.orig/c++/cursesm.h	2005-08-13 21:10:36.000000000 +0300
+++ ncurses-5.9/c++/cursesm.h	2011-04-03 18:31:42.000000000 +0300
@@ -639,7 +639,7 @@ public:
		   const T* p_UserData = STATIC_CAST(T*)(0),
		   bool with_frame=FALSE,
		   bool autoDelete_Items=FALSE)
-    : NCursesMenu (Items, with_frame, autoDelete_Items) {
+    : NCursesMenu (&Items, with_frame, autoDelete_Items) {
       if (menu)
	set_user (const_cast<void *>(p_UserData));
   };
@@ -651,7 +651,7 @@ public:
		   int begin_x = 0,
		   const T* p_UserData = STATIC_CAST(T*)(0),
		   bool with_frame=FALSE)
-    : NCursesMenu (Items, nlines, ncols, begin_y, begin_x, with_frame) {
+    : NCursesMenu (&Items, nlines, ncols, begin_y, begin_x, with_frame) {
       if (menu)
	set_user (const_cast<void *>(p_UserData));
   };

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
omnibus-3.2.2 spec/data/complicated/config/patches/ncurses/ncurses-clang.patch
omnibus-3.2.1 spec/data/complicated/config/patches/ncurses/ncurses-clang.patch
omnibus-3.2.0 spec/data/complicated/config/patches/ncurses/ncurses-clang.patch
omnibus-3.2.0.rc.3 spec/data/complicated/config/patches/ncurses/ncurses-clang.patch
omnibus-3.2.0.rc.2 spec/data/complicated/config/patches/ncurses/ncurses-clang.patch
omnibus-3.2.0.rc.1 spec/data/complicated/config/patches/ncurses/ncurses-clang.patch
omnibus-3.1.1 spec/data/complicated/config/patches/ncurses/ncurses-clang.patch
omnibus-3.1.0 spec/data/complicated/config/patches/ncurses/ncurses-clang.patch