From 26af4db82da23364961ebb440efba88846240731 Mon Sep 17 00:00:00 2001 From: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:36:02 -0400 Subject: update from dtk-template - clangd :) (#66) * update from dtk-template and start work towards using clangd * include -> "a" * Update build.yml * remove/add non-trivial class in union warning --- src/DynamicLink.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/DynamicLink.cpp') diff --git a/src/DynamicLink.cpp b/src/DynamicLink.cpp index aacc4cc2..a845ba36 100644 --- a/src/DynamicLink.cpp +++ b/src/DynamicLink.cpp @@ -1,4 +1,4 @@ -#include +#include "DynamicLink.h" DynamicModuleControlBase *DynamicModuleControlBase::mFirst; DynamicModuleControlBase *DynamicModuleControlBase::mLast; @@ -311,10 +311,10 @@ int DynamicModuleControl::getModuleSize() const { const char *DynamicModuleControl::getModuleTypeString() const { static const char *REL_LOAD_TYPES[4] = { - "????", - "MEM", - "ARAM", - "DVD", + "????", + "MEM", + "ARAM", + "DVD", }; return REL_LOAD_TYPES[mResourceType & 3]; } -- cgit v1.2.3