X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Fdecoder.cpp;h=d3ee3459255ebc1ff3246fcda2d6a61b53859e56;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hp=3b75f88482e6ec3bc5613471f3dfde9d40a826e1;hpb=04394ded8776d2163c1e815ccc8170b81d76b028;p=pulseview.git diff --git a/pv/data/decode/decoder.cpp b/pv/data/decode/decoder.cpp index 3b75f88..d3ee345 100644 --- a/pv/data/decode/decoder.cpp +++ b/pv/data/decode/decoder.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include @@ -69,13 +68,13 @@ Decoder::channels() const return channels_; } -void Decoder::set_channels(std::map > channels) +void Decoder::set_channels(map > channels) { channels_ = channels; } -const std::map& Decoder::options() const +const map& Decoder::options() const { return options_; }