Skip to content
Snippets Groups Projects
Commit 5345cabf authored by Grzegorz Kostkowski's avatar Grzegorz Kostkowski
Browse files

Add missing method namespace

parent 5630c8b4
Branches
2 merge requests!7develop into master,!6Param ann
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -60,12 +60,12 @@ bool MWEReader::registered = TokenReader::register_path_reader<MWEReader>(
// TODO implementataion
}
void set_annotation_channel(const std::string & chan_name)
void MWEReader::set_annotation_channel(const std::string & chan_name)
{
chan_ann_name = chan_name;
}
std::string get_annotation_channel_base_name()
std::string MWEReader::get_annotation_channel_base_name()
{
return chan_ann_name + "_base";
}
......
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