mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
11 lines
203 B
C++
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;
|
|
}
|
|
|