X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fsignal.cpp;h=a74831a6b7c2c1e404e21e0b10b4a0788177c71c;hp=ad139f7e4ad21cbbb79a03355aa1917fdfbd2d03;hb=eb8269e3b5eebdd77e6a82d42bcfdfbc3f7613a9;hpb=3a21afa6a5dfc06c17f127960bb0038fd322f213 diff --git a/pv/view/signal.cpp b/pv/view/signal.cpp index ad139f7e..a74831a6 100644 --- a/pv/view/signal.cpp +++ b/pv/view/signal.cpp @@ -14,13 +14,12 @@ * 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 -#include +#include #include #include @@ -40,7 +39,8 @@ using std::shared_ptr; using std::make_shared; namespace pv { -namespace view { +namespace views { +namespace TraceView { const char *const ChannelNames[] = { "CLK", @@ -183,5 +183,6 @@ void Signal::on_enabled_changed(bool enabled) owner_->extents_changed(true, true); } -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv