X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.cpp;fp=pv%2Fdata%2Fdecode%2Frowdata.cpp;h=02859b2790a5b10f7979653ccc1ff41f8000e84c;hp=af1fc449ac35924dac9796c7f14f0ca37f49f137;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hpb=c063290ac7189bdd15221450f598504f43286b43 diff --git a/pv/data/decode/rowdata.cpp b/pv/data/decode/rowdata.cpp index af1fc449..02859b27 100644 --- a/pv/data/decode/rowdata.cpp +++ b/pv/data/decode/rowdata.cpp @@ -47,6 +47,6 @@ void RowData::push_annotation(const Annotation &a) annotations_.push_back(a); } -} // decode -} // data -} // pv +} // namespace decode +} // namespace data +} // namespace pv