Sha256: 402bfac6ecce320d702bc4dd11b60501c9a44ab7d4ef5bb0e229887af9b3a1c4

Contents?: true

Size: 615 Bytes

Versions: 8

Compression:

Stored size: 615 Bytes

Contents

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

--- c++/cursesm.h.orig	2011-02-28 09:25:22.000000000 +0000
+++ c++/cursesm.h
@@ -635,7 +635,7 @@ protected:
   }

 public:
-  NCursesUserMenu (NCursesMenuItem Items[],
+  NCursesUserMenu (NCursesMenuItem *Items[],
		   const T* p_UserData = STATIC_CAST(T*)(0),
		   bool with_frame=FALSE,
		   bool autoDelete_Items=FALSE)
@@ -644,7 +644,7 @@ public:
	set_user (const_cast<void *>(p_UserData));
   };

-  NCursesUserMenu (NCursesMenuItem Items[],
+  NCursesUserMenu (NCursesMenuItem *Items[],
		   int nlines,
		   int ncols,
		   int begin_y = 0,

Version data entries

8 entries across 8 versions & 1 rubygems

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