diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-15 03:08:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-15 03:08:32 +0000 |
commit | 0f4482c148c60efe6a25f5d0e336ba926eeeaf9f (patch) | |
tree | 39e184b43ed2a86b25f45f0bffb91b22cc240d86 /textproc/isearch/files/patch-src::registry.hxx | |
parent | 7eedb943e1768739e13a682f5fa0d31075361c79 (diff) |
Make textproc/isearch compile on -current again.
PR: ports/46264
Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
Notes
Notes:
svn path=/head/; revision=71647
Diffstat (limited to 'textproc/isearch/files/patch-src::registry.hxx')
-rw-r--r-- | textproc/isearch/files/patch-src::registry.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/isearch/files/patch-src::registry.hxx b/textproc/isearch/files/patch-src::registry.hxx new file mode 100644 index 000000000000..82245d37e0ac --- /dev/null +++ b/textproc/isearch/files/patch-src::registry.hxx @@ -0,0 +1,11 @@ +--- src/registry.hxx.orig Sun Dec 15 09:13:27 2002 ++++ src/registry.hxx Sun Dec 15 09:12:51 2002 +@@ -89,7 +89,7 @@ + void LoadFromFile(const STRING& FileName); + void AddFromFile(const STRING& FileName); + // void Print(ostream& os, const INT Level) const; +- void fprint(FILE* fp, const INT level = 0) const; ++ void fprint(FILE* fp, const INT level) const; + void ProfilePrint(ostream& os, const INT Level) const; + void GetData(STRLIST *StrlistBuffer); + void DeleteChildren(); |