X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitemowner.hpp;h=f5c2abd7cd53867a510911fde780af4846333d4d;hp=10d6e99ba3512bfc381f4d575fb3760e8aaa5b2d;hb=7a01bd3654ed046216308fa64edfd79be7cd525f;hpb=2b81ae4682ade4109ffa442794de36ceb32045eb diff --git a/pv/view/rowitemowner.hpp b/pv/view/rowitemowner.hpp index 10d6e99..f5c2abd 100644 --- a/pv/view/rowitemowner.hpp +++ b/pv/view/rowitemowner.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_ROWITEMOWNER_H -#define PULSEVIEW_PV_VIEW_ROWITEMOWNER_H +#ifndef PULSEVIEW_PV_VIEW_ROWITEMOWNER_HPP +#define PULSEVIEW_PV_VIEW_ROWITEMOWNER_HPP #include #include @@ -127,7 +127,7 @@ public: virtual void restack_items(); public: - virtual void appearance_changed(bool label, bool content) = 0; + virtual void row_item_appearance_changed(bool label, bool content) = 0; virtual void extents_changed(bool horz, bool vert) = 0; @@ -138,4 +138,4 @@ private: } // view } // pv -#endif // PULSEVIEW_PV_VIEW_ROWITEMOWNER_H +#endif // PULSEVIEW_PV_VIEW_ROWITEMOWNER_HPP