From 7f90d72b81d3d2e32f7b6de8beda50220eb90b8c Mon Sep 17 00:00:00 2001
From: Bartosz Broda <bartosz.broda@gmail.com>
Date: Fri, 3 Jun 2011 22:37:36 +0200
Subject: [PATCH] B ug fix of scope

---
 swig/annotatedsentence.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swig/annotatedsentence.i b/swig/annotatedsentence.i
index a00344c..87cb5a3 100644
--- a/swig/annotatedsentence.i
+++ b/swig/annotatedsentence.i
@@ -59,7 +59,7 @@ namespace Corpus2 {
     std::string annotation_info() const;
   };
 
-boost::shared_ptr<AnnotationView> create_view(
+boost::shared_ptr<Corpus2::AnnotationView> create_view(
         const boost::shared_ptr<AnnotatedSentence>& s,
         const std::string& ann_name);
 }
-- 
GitLab