ports/textproc/mifluz/files/patch-search_WordKeySemantic.cc
Martin Wilke 7cc00b2ae5 - Fix build with gcc 4.2
PR:		118197
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (erwin)
2007-11-22 13:33:06 +00:00

11 lines
394 B
C++

--- search/WordKeySemantic.cc.orig 2007-11-22 11:42:09.000000000 +0100
+++ search/WordKeySemantic.cc 2007-11-22 11:42:58.000000000 +0100
@@ -134,7 +134,7 @@
}
}
-int WordKeySemantic::LocationCompare(const WordKey& expected, const WordKey& actual, int proximity = 0)
+int WordKeySemantic::LocationCompare(const WordKey& expected, const WordKey& actual, int proximity)
{
int ret = 1;