mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
* Adjustment: Add static keyword to getCPUInformation in POSIXCPUInfo.
This commit is contained in:
parent
3be4f5983e
commit
0df555f9eb
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ static inline void ltrim(std::string &s)
|
||||||
s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun<int, int>(std::isspace))));
|
s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun<int, int>(std::isspace))));
|
||||||
}
|
}
|
||||||
|
|
||||||
void getCPUInformation()
|
static void getCPUInformation()
|
||||||
{
|
{
|
||||||
std::string vendorString;
|
std::string vendorString;
|
||||||
std::string brandString;
|
std::string brandString;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue