diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-04-05 17:45:43 +0100 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-04-05 17:45:43 +0100 |
| commit | f2aaeac6c68dc126286035db3e6da43bacdd01e1 (patch) | |
| tree | ae8dd67d83e4fa8a8fc8568166582af00b494a8f /include/d/d_sys.h | |
| parent | 2b997a772ebc860b7a872bf140801519aeb4653d (diff) | |
Broken but too much work to fix
Diffstat (limited to 'include/d/d_sys.h')
| -rw-r--r-- | include/d/d_sys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_sys.h b/include/d/d_sys.h index 2caf7e36..61135bc4 100644 --- a/include/d/d_sys.h +++ b/include/d/d_sys.h @@ -30,7 +30,7 @@ public: static void create(); static void execute(); -private: +public: static System *ms_configuration_p; static EGG::Heap *ms_RootHeapMem1; static EGG::Heap *ms_RootHeapMem2; |
