summaryrefslogtreecommitdiff
path: root/mail/gubby/files/patch-include_grep.h
blob: 5abc19128e0440e5e70d7c73e8634d13ff616af7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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];
 	}