X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2Fsmart_ptr;h=c58514f40f8caf47b000bd0e9173b9945980f935;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=7318ab169fd14bfef39952047b540e81da97c2a5;hpb=b3016b249333ac0ab0008d8c6c4d9029b2ff30c9;p=synfig.git diff --git a/ETL/trunk/ETL/smart_ptr b/ETL/trunk/ETL/smart_ptr index 7318ab1..c58514f 100644 --- a/ETL/trunk/ETL/smart_ptr +++ b/ETL/trunk/ETL/smart_ptr @@ -1,7 +1,8 @@ +// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Template Smart Pointer -** $Id: smart_ptr,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** @@ -21,8 +22,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SMART_PTR__ -#define __SMART_PTR__ +#ifndef __ETL__SMART_PTR__ +#define __ETL__SMART_PTR__ /* === H E A D E R S ======================================================= */