mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-22 02:56:59 -04:00
15 lines
593 B
C
15 lines
593 B
C
$NetBSD: patch-src_uipp_prompter_GARApplication.h,v 1.1 2012/04/17 17:44:03 joerg Exp $
|
|
|
|
--- src/uipp/prompter/GARApplication.h.orig 2003-09-20 05:33:21.000000000 +0000
|
|
+++ src/uipp/prompter/GARApplication.h
|
|
@@ -129,8 +129,7 @@ class GARApplication : public IBMApplica
|
|
// 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);
|
|
|
|
CommandScope *commandScope; // command scope
|
|
|