X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fviewitemowner.cpp;h=fe8fbfc7a291bd62091d8ec7d0154749418832da;hb=1887da2169397774c9563e9bf44c51ed7efc3646;hp=8a704787e1727f0ff1b613f31a25727f622313d8;hpb=c373f82810ad9c5376a7370118de9dd587ee0e43;p=pulseview.git diff --git a/pv/view/viewitemowner.cpp b/pv/view/viewitemowner.cpp index 8a704787..fe8fbfc7 100644 --- a/pv/view/viewitemowner.cpp +++ b/pv/view/viewitemowner.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 @@ -34,7 +33,8 @@ using std::shared_ptr; using std::vector; namespace pv { -namespace view { +namespace views { +namespace TraceView { ViewItemOwner::iterator ViewItemOwner::begin() { @@ -56,5 +56,6 @@ ViewItemOwner::const_iterator ViewItemOwner::end() const return const_iterator(this); } -} // view -} // pv +} // namespace TraceView +} // namespace views +} // namespace pv