Don't use std:: in the code directly (where possible).
[pulseview.git] / pv / data / decode / decoder.cpp
index 5fae925886155a900394cb64d6861e6e3fb37b82..d3ee3459255ebc1ff3246fcda2d6a61b53859e56 100644 (file)
@@ -68,13 +68,13 @@ Decoder::channels() const
        return channels_;
 }
 
-void Decoder::set_channels(std::map<const srd_channel*,
-       std::shared_ptr<data::SignalBase> > channels)
+void Decoder::set_channels(map<const srd_channel*,
+       shared_ptr<data::SignalBase> > channels)
 {
        channels_ = channels;
 }
 
-const std::map<std::string, GVariant*>& Decoder::options() const
+const map<string, GVariant*>& Decoder::options() const
 {
        return options_;
 }