diff --git a/alib2common/test-src/common/CreateUniqueTest.h b/alib2common/test-src/common/CreateUniqueTest.h index 5c8c5001c6805a15db61413a1cd2b45169c1a372..52fcc0d96f9a47bc968a4be42ecdd0dfe34d29de 100644 --- a/alib2common/test-src/common/CreateUniqueTest.h +++ b/alib2common/test-src/common/CreateUniqueTest.h @@ -1,5 +1,5 @@ -#ifndef MAKE_UNIQUE_TEST_H_ -#define MAKE_UNIQUE_TEST_H_ +#ifndef CREATE_UNIQUE_TEST_H_ +#define CREATE_UNIQUE_TEST_H_ #include <cppunit/extensions/HelperMacros.h> @@ -15,4 +15,4 @@ public: void testCreateUnique ( ); }; -#endif // MAKE_UNIQUE_TEST_H_ +#endif // CREATE_UNIQUE_TEST_H_