mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
11 lines
246 B
C++
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];
|
|
}
|
|
|