diff --git a/ecorexx/include/ecorexx/Timer.h b/ecorexx/include/ecorexx/Timer.h index 947a971..575ae9f 100644 --- a/ecorexx/include/ecorexx/Timer.h +++ b/ecorexx/include/ecorexx/Timer.h @@ -1,5 +1,5 @@ -#ifndef ECORETIMER_H -#define ECORETIMER_H +#ifndef ECOREXX_TIMER_H +#define ECOREXX_TIMER_H /* EFLxx */ #include @@ -48,4 +48,4 @@ private: } // end namespace Ecorexx -#endif // ECORETIMER_H +#endif // ECOREXX_TIMER_H