freebsd-ports/mail/gubby/files/patch-include_guess.h
2006-12-27 16:20:50 +00:00

14 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;
}