From 6968a3ba002d8216a33c8eb09050001126ae8992 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 11 May 2025 17:42:45 +0200 Subject: [PATCH] Fix definition of WriteRegisterSettings() (#1469) 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 @@ public: 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.