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

11 lines
246 B
C++

--- include/grep.h.orig
+++ include/grep.h
@@ -45,7 +45,7 @@
trig.push_back(trigger);
}
- inline const std::string& grep::gettrigger(const int n) const {
+ inline const std::string& gettrigger(const int n) const {
return trig[n];
}