Skip to content
Snippets Groups Projects
Commit 7f90d72b authored by Bartosz Broda's avatar Bartosz Broda
Browse files

B ug fix of scope

parent 3b606b1c
No related merge requests found
...@@ -59,7 +59,7 @@ namespace Corpus2 { ...@@ -59,7 +59,7 @@ namespace Corpus2 {
std::string annotation_info() const; 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 boost::shared_ptr<AnnotatedSentence>& s,
const std::string& ann_name); const std::string& ann_name);
} }
......
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