added $Id$

This commit is contained in:
Artem Pavlenko 2005-03-08 23:58:43 +00:00
parent 01ad965dc3
commit 6f19bed59a
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
//$Id: attribute.hh 58 2004-10-31 16:21:26Z artem $
//$Id$
#ifndef ATTRIBUTE_HH
#define ATTRIBUTE_HH
@ -84,7 +84,7 @@ namespace mapnik
~attribute()
{
}
attribute<T>* clone() const
{
return new attribute<T>(*this);

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
//$Id: mapnik.hh 61 2004-11-04 23:16:30Z artem $
//$Id$
#ifndef MAPNIK_HH
#define MAPNIK_HH
@ -53,7 +53,7 @@
namespace mapnik
{
typedef geometry_type geometry_type;
//typedef geometry_type geometry_type;
}
#endif //MAPNIK_HH