From c55d5bc24fae83f7af79eceda4bf29441d669541 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 11 May 2025 17:37:43 +0200 Subject: [PATCH] Fix definition of WriteRegisterSettings() I think this is right ... --- 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.