summaryrefslogtreecommitdiff
path: root/mail/gubby/files/patch-include_guess.h
blob: 7b052e5ac7b5ab336edf4f86427ea47ce6876983 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;
 	}