added $Id$
This commit is contained in:
parent
01ad965dc3
commit
6f19bed59a
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue