From 71cc5e625d7f8b09e1a64d1a48fb531e0d9029c9 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 3 Feb 2011 09:16:11 -0500 Subject: [PATCH] change #ifndef name --- pvDataApp/misc/CDRMonitor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pvDataApp/misc/CDRMonitor.h b/pvDataApp/misc/CDRMonitor.h index cd3feb1..2ad7d22 100644 --- a/pvDataApp/misc/CDRMonitor.h +++ b/pvDataApp/misc/CDRMonitor.h @@ -4,8 +4,8 @@ * EPICS pvDataCPP is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. */ -#ifndef SHOWCONSTRUCTDESTRUCT_H -#define SHOWCONSTRUCTDESTRUCT_H +#ifndef CDRMONITOR_H +#define CDRMONITOR_H #include #include #include @@ -91,4 +91,4 @@ private: }} -#endif /* SHOWCONSTRUCTDESTRUCT_H */ +#endif /* CDRMONITOR_H */