From 37ef3d9db53d429152d64e3adb582fcec06ae036 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20K=C4=99dzia?= <pawel.kedzia@pwr.wroc.pl>
Date: Mon, 4 Apr 2011 14:31:09 +0200
Subject: [PATCH] Updated Corpus2::Tag

---
 swig/libcorpustag.i | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/swig/libcorpustag.i b/swig/libcorpustag.i
index 4184bca..0197662 100644
--- a/swig/libcorpustag.i
+++ b/swig/libcorpustag.i
@@ -17,6 +17,9 @@
 
 %feature("notabstract") Corpus2::Tag;
 
+%rename(__op_eq__) Corpus2::Tag::operator==(const Tag& other) const;
+%rename(__op_lw__) Corpus2::Tag::operator<(const Tag& other) const;
+
 namespace Corpus2 {
   class Tag {
   public:
-- 
GitLab