Must be abstract ...
authorRoland Häder <roland@mxchange.org>
Thu, 17 May 2012 21:52:36 +0000 (21:52 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 17 May 2012 21:52:36 +0000 (21:52 +0000)
inc/classes/main/filter/class_BaseFilterDecorator.php

index 7145bf08db2bdbdf4714f494d6241d78ac2eb91d..c9c3365e1d74c3b93d9297b8ef11a6713b6a3909 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
         */