X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.cpp;h=8849ee3fed2beb4b7fe8e9ba1fcfd445412c41df;hp=ba0f9e61affba6c9314dfd66437142f99b6ce296;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=d9ea96280ab1128427143660ae375c30b19aa0cb diff --git a/pv/view/header.cpp b/pv/view/header.cpp index ba0f9e61..8849ee3f 100644 --- a/pv/view/header.cpp +++ b/pv/view/header.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 "header.hpp" @@ -49,7 +48,8 @@ using std::stable_sort; using std::vector; namespace pv { -namespace view { +namespace views { +namespace TraceView { const int Header::Padding = 12; const int Header::BaselineOffset = 5; @@ -218,5 +218,6 @@ void Header::on_ungroup() } while (restart); } -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv