change #ifndef name

This commit is contained in:
Marty Kraimer
2011-02-03 09:16:11 -05:00
parent e6c521bfb9
commit 71cc5e625d
+3 -3
View File
@@ -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 <stddef.h>
#include <stdlib.h>
#include <stddef.h>
@@ -91,4 +91,4 @@ private:
}}
#endif /* SHOWCONSTRUCTDESTRUCT_H */
#endif /* CDRMONITOR_H */