From 8e99ef9634a6c91d38e85c3fa7587a4ae22fcd2b Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sun, 22 Feb 2015 20:20:31 +0000 Subject: [PATCH] Session: Fixed header guard --- pv/session.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2