mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
15 lines
545 B
C
15 lines
545 B
C
$NetBSD: patch-src_uipp_mb_MBApplication.h,v 1.1 2012/04/17 17:44:03 joerg Exp $
|
|
|
|
--- src/uipp/mb/MBApplication.h.orig 1999-05-10 15:46:25.000000000 +0000
|
|
+++ src/uipp/mb/MBApplication.h
|
|
@@ -51,8 +51,7 @@ class MBApplication : public IBMApplicat
|
|
// Overrides the Application class version:
|
|
// Initializes Xt Intrinsics with option list (switches).
|
|
//
|
|
- virtual boolean initialize(unsigned int* argcp,
|
|
- char** argv);
|
|
+ virtual boolean initialize(int* argcp, char** argv);
|
|
|
|
static MBResource resource;
|
|
|