summaryrefslogtreecommitdiff
path: root/src/avatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/avatar.h')
-rw-r--r--src/avatar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/avatar.h b/src/avatar.h
index d329f81a9..51505bfbc 100644
--- a/src/avatar.h
+++ b/src/avatar.h
@@ -23,6 +23,8 @@
#ifndef AVATAR_H
#define AVATAR_H
+#include "localconsts.h"
+
#include <string>
enum AvatarType
@@ -35,6 +37,8 @@ class Avatar
public:
Avatar(const std::string &name = "");
+ A_DELETE_COPY(Avatar);
+
virtual ~Avatar()
{ }