mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
14 lines
526 B
Plaintext
14 lines
526 B
Plaintext
$NetBSD: patch-ac,v 1.3 2007/01/27 11:08:57 wiz Exp $
|
|
|
|
--- cli/ui_gpsim.cc.orig 2005-08-30 19:12:00.000000000 +0000
|
|
+++ cli/ui_gpsim.cc
|
|
@@ -33,7 +33,7 @@ public:
|
|
CGpsimUserInterface(const char *paStrings[]);
|
|
virtual ~CGpsimUserInterface() {}
|
|
|
|
- void CGpsimUserInterface::SetStreams(FILE *in, FILE *out);
|
|
+ void SetStreams(FILE *in, FILE *out);
|
|
virtual ISimConsole &GetConsole();
|
|
virtual void DisplayMessage(unsigned int uStringID, ...);
|
|
virtual void DisplayMessage(FILE * pOut, unsigned int uStringID, ...);
|