From 886ea17e64561b193f26b0a612773cbdae300af6 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 11 May 2025 17:03:42 +0200 Subject: [PATCH] Fix definition of WriteRegisterSettings() --- CONFIG/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIG/config.h b/CONFIG/config.h index 9172e2d5..c3282769 100644 --- a/CONFIG/config.h +++ b/CONFIG/config.h @@ -42,7 +42,7 @@ class CConfigApp : public CWinApp { DWORD GetConditionalDeviceRenderBitDepth() const; DWORD GetDeviceRenderBitStatus() const; BOOL AdjustDisplayBitDepthBasedOnRenderStatus(); - void CConfigApp::WriteRegisterSettings() const; + void WriteRegisterSettings() const; //{{AFX_MSG(CConfigApp) // NOTE - the ClassWizard will add and remove member functions here.