aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Component.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/Component.h')
-rw-r--r--src/crepe/Component.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crepe/Component.h b/src/crepe/Component.h
index a23de61..8a42a45 100644
--- a/src/crepe/Component.h
+++ b/src/crepe/Component.h
@@ -4,6 +4,9 @@
namespace crepe {
class Component {
+protected:
+ Component() = default;
+
public:
Component(uint32_t id);
virtual ~Component() {}