1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/mail/gubby/files/patch-include_guess.h
2006-12-27 16:20:50 +00:00

15 lines
215 B
C++

$FreeBSD$
--- include/guess.h.orig
+++ include/guess.h
@@ -38,7 +38,7 @@
public:
guess();
- inline const std::string guess::str() const {
+ inline const std::string str() const {
return procmaillog;
}