summaryrefslogtreecommitdiff
path: root/dxr3cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3cpu.h')
-rw-r--r--dxr3cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3cpu.h b/dxr3cpu.h
index c7bc3f8..472fae8 100644
--- a/dxr3cpu.h
+++ b/dxr3cpu.h
@@ -98,7 +98,7 @@ private:
bool CheckCPUIDPresence();
// main function to get cpu(s) features
- bool cpuid(unsigned long function, unsigned long& out_eax, unsigned long& out_ebx, unsigned long& out_ecx, unsigned long& out_edx);
+ bool Cpuid(unsigned long function, unsigned long& out_eax, unsigned long& out_ebx, unsigned long& out_ecx, unsigned long& out_edx);
CPUInformation m_Info;
};