From cacc8757cbcf193808f0766d4f75cbdd3ba9b9a5 Mon Sep 17 00:00:00 2001 From: Dirk Hoffmann Date: Sun, 27 Oct 2024 17:36:35 +0100 Subject: [PATCH] tiny cleanup --- Emulator/Components/CPU/CPU.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Emulator/Components/CPU/CPU.h b/Emulator/Components/CPU/CPU.h index 9059fd463..66b21c673 100644 --- a/Emulator/Components/CPU/CPU.h +++ b/Emulator/Components/CPU/CPU.h @@ -20,6 +20,8 @@ namespace vamiga { class CPU : public moira::Moira, public Inspectable { + friend class Moira; + Descriptions descriptions = {{ .type = CPUClass, @@ -37,8 +39,6 @@ class CPU : public moira::Moira, public Inspectable OPT_CPU_RESET_VAL }; - friend class Moira; - // The current configuration CPUConfig config = {};