From 0506dc87b25945b946475cda033f53e61a4746f8 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Thu, 31 Jul 2014 22:44:44 +0200 Subject: [PATCH] remove unnecessary virtual in method --- alib2data/src/string/StringBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alib2data/src/string/StringBase.h b/alib2data/src/string/StringBase.h index fcb64dec1c..72979c3508 100644 --- a/alib2data/src/string/StringBase.h +++ b/alib2data/src/string/StringBase.h @@ -42,7 +42,7 @@ protected: * @param string parent string to attach as parent * @return true if symbols used in string are in the regexp's alphabet */ - virtual bool attachString ( const String * string ); + bool attachString ( const String * string ); /** * Traverses the string tree computing minimal alphabet needed by the string -- GitLab