aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MoonP/moon_parser.h')
-rw-r--r--src/MoonP/moon_parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MoonP/moon_parser.h b/src/MoonP/moon_parser.h
index 2107a14..2b6e2ae 100644
--- a/src/MoonP/moon_parser.h
+++ b/src/MoonP/moon_parser.h
@@ -79,7 +79,6 @@ protected:
79 std::stack<bool> doStack; 79 std::stack<bool> doStack;
80 }; 80 };
81 81
82
83 template <class T> 82 template <class T>
84 inline rule& getRule() { 83 inline rule& getRule() {
85 return getRule(identity<T>()); 84 return getRule(identity<T>());