pkgsrc/misc/celestia/patches/patch-ao

14 lines
375 B
Text
Raw Normal View History

$NetBSD: patch-ao,v 1.1 2006/12/13 16:45:42 obache Exp $
--- src/celengine/overlay.h.orig 2004-01-03 20:30:42.000000000 +0000
+++ src/celengine/overlay.h
@@ -63,7 +63,7 @@ class Overlay : public std::ostream
void print(wchar_t);
void print(char);
void print(char*);
- void printf(const char*, ...);
+ void myprintf(const char*, ...);
private: