]> sigrok.org Git - pulseview.git/blobdiff - pv/view/viewitemowner.cpp
TraceView: Restore vertical offset
[pulseview.git] / pv / view / viewitemowner.cpp
index 8a704787e1727f0ff1b613f31a25727f622313d8..fe8fbfc7a291bd62091d8ec7d0154749418832da 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #include <cassert>
@@ -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