Skip to content
Snippets Groups Projects
Commit ac422cb8 authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

(swig) Removed inheriting boost::noncopyable from Wccl::Expression

parent 9dd9e577
Branches
No related merge requests found
......@@ -11,7 +11,7 @@
%include "std_string.i"
namespace Wccl {
class Expression : boost::noncopyable {
class Expression {
public:
virtual std::string to_string(const Corpus2::Tagset& tagset) const = 0;
std::string to_raw_string() const;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment