From: Joel Holdsworth Date: Sun, 22 Feb 2015 20:20:31 +0000 (+0000) Subject: Session: Fixed header guard X-Git-Tag: pulseview-0.3.0~219 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=8e99ef9634a6c91d38e85c3fa7587a4ae22fcd2b;ds=sidebyside Session: Fixed header guard --- diff --git a/pv/session.hpp b/pv/session.hpp index d17c9dc3..f5c87f69 100644 --- a/pv/session.hpp +++ b/pv/session.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_SIGSESSION_HPP -#define PULSEVIEW_PV_SIGSESSION_HPP +#ifndef PULSEVIEW_PV_SESSION_HPP +#define PULSEVIEW_PV_SESSION_HPP #include #include @@ -199,4 +199,4 @@ Q_SIGNALS: } // namespace pv -#endif // PULSEVIEW_PV_SIGSESSION_HPP +#endif // PULSEVIEW_PV_SESSION_HPP