X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fviewitemowner.hpp;h=877c96813ff2464fc5191b1e141df29ff601333f;hp=8d34059ad9fd9e9c37c54242ef16677e08ec22fd;hb=ae5f66281c38a76dcb7011907d7a86a99b9dd4dd;hpb=a8743cd962b2d18082c6ddaeb554d56013919d95 diff --git a/pv/view/viewitemowner.hpp b/pv/view/viewitemowner.hpp index 8d34059a..877c9681 100644 --- a/pv/view/viewitemowner.hpp +++ b/pv/view/viewitemowner.hpp @@ -14,12 +14,11 @@ * 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 . */ -#ifndef PULSEVIEW_PV_VIEW_VIEWITEMOWNER_HPP -#define PULSEVIEW_PV_VIEW_VIEWITEMOWNER_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMOWNER_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMOWNER_HPP #include #include @@ -30,7 +29,8 @@ namespace pv { class Session; -namespace view { +namespace views { +namespace TraceView { class ViewItem; class View; @@ -72,7 +72,7 @@ public: const_iterator end() const; /** - * Creates a list of decendant signals filtered by type. + * Creates a list of descendant signals filtered by type. */ template std::vector< std::shared_ptr > list_by_type() { @@ -90,7 +90,8 @@ protected: item_list items_; }; -} // view -} // pv +} // namespace TraceView +} // namespace views +} // namespace pv -#endif // PULSEVIEW_PV_VIEW_VIEWITEMOWNER_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWITEMOWNER_HPP