From db104ed8303910a945249b424bb36b6976e364bd Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 10 Aug 2010 13:44:27 +0000 Subject: Add Filter::name implementation --- src/wrap/python/filter.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/wrap/python/filter.cpp b/src/wrap/python/filter.cpp index 48a3f84eb..343c0831b 100644 --- a/src/wrap/python/filter.cpp +++ b/src/wrap/python/filter.cpp @@ -17,6 +17,8 @@ class Py_Filter : public Filter public: virtual void write_str(const std::string&) = 0; + std::string name() const { return "Py_Filter_FIXME"; } + void write(const byte data[], u32bit length) { write_str(std::string((const char*)data, length)); -- cgit v1.2.3