Added 'abstract' to the class because doExecute() is abstract, too.
authorRoland Häder <roland@mxchange.org>
Mon, 18 Apr 2011 22:16:45 +0000 (22:16 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 18 Apr 2011 22:16:45 +0000 (22:16 +0000)
inc/classes/main/filter/class_BaseFilterDecorator.php

index 1aa0780741edb6fc08cea4933d301af88200ac21..f5056a03a3806203e223c1f7f7ed4e58dd3b6ac1 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseFilterDecorator extends BaseFrameworkSystem implements Filterable {
+abstract class BaseFilterDecorator extends BaseFrameworkSystem implements Filterable {
        /**
         * The decorated filter instance
         */