summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 7936c5b56..ae3849a36 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -25,6 +25,8 @@ namespace Core {
25 25
26/*static*/ System System::s_instance; 26/*static*/ System System::s_instance;
27 27
28System::System() = default;
29
28System::~System() = default; 30System::~System() = default;
29 31
30/// Runs a CPU core while the system is powered on 32/// Runs a CPU core while the system is powered on