From cef65063cec641a93973b38a48e100fdd115db44 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sat, 23 Aug 2014 22:59:16 +0100
Subject: rewritten grammar
---
fast/hypergraph.hh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'fast/hypergraph.hh')
diff --git a/fast/hypergraph.hh b/fast/hypergraph.hh
index 299a62d..1c48a88 100644
--- a/fast/hypergraph.hh
+++ b/fast/hypergraph.hh
@@ -34,7 +34,7 @@ struct Edge {
unsigned int mark = 0;
inline bool is_marked() { return mark >= arity; }
- friend ostream& operator<<(ostream& os, const Edge& s);
+ friend ostream& operator<<(ostream& os, const Edge& e);
size_t head_id_;
vector