X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.hpp;h=ade6d330affb57b3db9a616541fb97407b6f3a83;hp=ac8f792f6b9656b9de622eb82a0001aae06b0ca8;hb=fcb97d775ddc37e59efc195666d612da9dba04d1;hpb=1dffa582704bb6acb144a3e89bd6eb0e2ccf4f25 diff --git a/pv/view/header.hpp b/pv/view/header.hpp index ac8f792f..ade6d330 100644 --- a/pv/view/header.hpp +++ b/pv/view/header.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_HEADER_H -#define PULSEVIEW_PV_VIEW_HEADER_H +#ifndef PULSEVIEW_PV_VIEW_HEADER_HPP +#define PULSEVIEW_PV_VIEW_HEADER_HPP #include #include @@ -30,7 +30,7 @@ namespace pv { namespace view { -class RowItem; +class TraceTreeItem; class View; class ViewItem; @@ -91,4 +91,4 @@ private Q_SLOTS: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_HEADER_H +#endif // PULSEVIEW_PV_VIEW_HEADER_HPP