mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
Fix definition of WriteRegisterSettings() (#1469)
I think this is right ...
This commit is contained in:
parent
00ac032761
commit
6968a3ba00
@ -42,7 +42,7 @@ class CConfigApp : public CWinApp {
|
|||||||
DWORD GetConditionalDeviceRenderBitDepth() const;
|
DWORD GetConditionalDeviceRenderBitDepth() const;
|
||||||
DWORD GetDeviceRenderBitStatus() const;
|
DWORD GetDeviceRenderBitStatus() const;
|
||||||
BOOL AdjustDisplayBitDepthBasedOnRenderStatus();
|
BOOL AdjustDisplayBitDepthBasedOnRenderStatus();
|
||||||
void CConfigApp::WriteRegisterSettings() const;
|
void WriteRegisterSettings() const;
|
||||||
|
|
||||||
//{{AFX_MSG(CConfigApp)
|
//{{AFX_MSG(CConfigApp)
|
||||||
// NOTE - the ClassWizard will add and remove member functions here.
|
// NOTE - the ClassWizard will add and remove member functions here.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user