From: Roland Häder Date: Mon, 18 Apr 2011 22:16:45 +0000 (+0000) Subject: Added 'abstract' to the class because doExecute() is abstract, too. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=1f103e723d967aa2e6197b974f358ffffcae53b8;hp=e62ba6655bd415a349dc4fb2dea913f07c39be0c Added 'abstract' to the class because doExecute() is abstract, too. --- diff --git a/inc/classes/main/filter/class_BaseFilterDecorator.php b/inc/classes/main/filter/class_BaseFilterDecorator.php index 1aa07807..f5056a03 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 */