X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Ftoolbars%2Fmainbar.hpp;h=8e299dc9f8a121436c77891ad9fbb0ce7ac9c656;hb=ed43ef2e59baab85aa0381b08db101b7800e5c64;hp=10475e27f751128d7d11dc82c536e07bfa7550bb;hpb=59331ddaef8cc63ab8b60e6f0f9d8d76aed6e2c5;p=pulseview.git diff --git a/pv/toolbars/mainbar.hpp b/pv/toolbars/mainbar.hpp index 10475e2..8e299dc 100644 --- a/pv/toolbars/mainbar.hpp +++ b/pv/toolbars/mainbar.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_TOOLBARS_MAINBAR_H -#define PULSEVIEW_PV_TOOLBARS_MAINBAR_H +#ifndef PULSEVIEW_PV_TOOLBARS_MAINBAR_HPP +#define PULSEVIEW_PV_TOOLBARS_MAINBAR_HPP #include @@ -38,7 +38,8 @@ #include namespace sigrok { - class Device; +class Device; +class InputFormat; } Q_DECLARE_METATYPE(std::shared_ptr) @@ -116,4 +117,4 @@ private: } // namespace toolbars } // namespace pv -#endif // PULSEVIEW_PV_TOOLBARS_MAINBAR_H +#endif // PULSEVIEW_PV_TOOLBARS_MAINBAR_HPP