From: Roland Häder Date: Thu, 17 May 2012 21:52:36 +0000 (+0000) Subject: Must be abstract ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=299d0d29b7a60d04c004176638b204461db69675;p=core.git Must be abstract ... --- diff --git a/inc/classes/main/filter/class_BaseFilterDecorator.php b/inc/classes/main/filter/class_BaseFilterDecorator.php index 7145bf08..c9c3365e 100644 --- a/inc/classes/main/filter/class_BaseFilterDecorator.php +++ b/inc/classes/main/filter/class_BaseFilterDecorator.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class BaseFilterDecorator extends BaseFrameworkSystem implements Filterable { +abstract class BaseFilterDecorator extends BaseFrameworkSystem implements Filterable { /** * The decorated filter instance */