From ef979ea5f05be61e1e62fed77f24dc1d88695948 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Tue, 26 Aug 2014 22:10:48 +0200
Subject: [PATCH] fix compile

---
 alib2data/src/regexp/formal/FormalRegExpEpsilon.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/alib2data/src/regexp/formal/FormalRegExpEpsilon.h b/alib2data/src/regexp/formal/FormalRegExpEpsilon.h
index daa9fea83e..2551f68dbd 100644
--- a/alib2data/src/regexp/formal/FormalRegExpEpsilon.h
+++ b/alib2data/src/regexp/formal/FormalRegExpEpsilon.h
@@ -55,7 +55,6 @@ public:
 	 */
 	virtual FormalRegExpElement* plunder() &&;
 	
-	/**
 	virtual bool operator<(const FormalRegExpElement&) const;
 	virtual bool operator==(const FormalRegExpElement&) const;
 	virtual bool operator>(const FormalRegExpElement&) const;
-- 
GitLab