blob: b3724deff99d087729f7716c4d468e14b5988638 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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;
}
|