summaryrefslogtreecommitdiff
path: root/mail/gubby/files/patch-include_grep.h
blob: 45f3383cd0e28fb07f98799c7e848eb0e0df1ee2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- 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];
 	}