opnsense-ports/mail/gubby/files/patch-include_guess.h
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02:00

11 lines
203 B
C++

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