mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
15 lines
215 B
C++
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;
|
|
}
|
|
|