X-Git-Url: https://git.openstreetmap.org/potlatch2.git/blobdiff_plain/9b7cb11abb95c3fe1ae4fa23d8d9f629afb1eaff..1a5be510ddfacd0581b7995296411b4129392324:/net/systemeD/halcyon/connection/Entity.as diff --git a/net/systemeD/halcyon/connection/Entity.as b/net/systemeD/halcyon/connection/Entity.as index 5aff1b51..cb6b7428 100644 --- a/net/systemeD/halcyon/connection/Entity.as +++ b/net/systemeD/halcyon/connection/Entity.as @@ -69,6 +69,10 @@ package net.systemeD.halcyon.connection { return copy; } + public function getType():String { + return ''; + } + } }