summaryrefslogtreecommitdiff
path: root/src/net/pethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r--src/net/pethandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/pethandler.h b/src/net/pethandler.h
index 5f3dbf53c..2520d56ee 100644
--- a/src/net/pethandler.h
+++ b/src/net/pethandler.h
@@ -29,6 +29,11 @@ namespace Net
class PetHandler notfinal
{
public:
+ PetHandler()
+ { }
+
+ A_DELETE_COPY(PetHandler)
+
virtual ~PetHandler()
{ }