aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Component.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-12 20:54:07 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-12 20:54:07 +0200
commit5d041cce13da66aa3457d236579a9ac90ebf7618 (patch)
tree2107c4cad158bb3875faa838c12e064d6aba03f2 /src/crepe/Component.cpp
parent579824011d5e8776e2079d6624a39535517760ff (diff)
fix constructor/destructor member visibility for component manager
Diffstat (limited to 'src/crepe/Component.cpp')
-rw-r--r--src/crepe/Component.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/Component.cpp b/src/crepe/Component.cpp
index d14159c..737f30a 100644
--- a/src/crepe/Component.cpp
+++ b/src/crepe/Component.cpp
@@ -2,4 +2,3 @@
using namespace crepe;
-Component::Component() : active(true) {}