X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2Fclock;h=2457b6ce2db65965b89d69e69068efcf2bb2ff61;hb=4cfe2b68ebd2556f9926965dcea2ca8f3fc050ea;hp=86d807d2bd7000849a85f25dda5ffeb06f25d61d;hpb=abfa66b593515585b9889b876f219178ee9da5ff;p=synfig.git diff --git a/ETL/trunk/ETL/clock b/ETL/trunk/ETL/clock index 86d807d..2457b6c 100644 --- a/ETL/trunk/ETL/clock +++ b/ETL/trunk/ETL/clock @@ -22,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __CLOCK__ -#define __CLOCK__ +#ifndef __ETL__CLOCK__ +#define __ETL__CLOCK__ /* === H E A D E R S ======================================================= */ @@ -49,9 +49,9 @@ #endif #endif -// If we could not find outselves a better +// If we could not find ourselves a better // clock description, go ahead and use the -// standard clock() implementation. +// standard clock() implementation. // (Better than nothing...) #include "_clock_system.h" #ifndef ETL_CLOCK_DEFAULT_DESC_CLASS @@ -80,7 +80,7 @@ _ETL_BEGIN_NAMESPACE #else #warning No realtime clock description found. #endif - + #else class clock : public _ETL::clock_base { }; #ifdef ETL_CLOCK_PROCTIME_DESC_CLASS