mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-12 11:42:10 +08:00
Add missing const to CSteamID Render return.
This commit is contained in:
parent
980d56b4fd
commit
9d0e64cb92
@ -412,8 +412,8 @@ public:
|
|||||||
|
|
||||||
// this set of functions is hidden, will be moved out of class
|
// this set of functions is hidden, will be moved out of class
|
||||||
explicit CSteamID( const char *pchSteamID, EUniverse eDefaultUniverse = k_EUniverseInvalid );
|
explicit CSteamID( const char *pchSteamID, EUniverse eDefaultUniverse = k_EUniverseInvalid );
|
||||||
char * Render() const; // renders this steam ID to string
|
const char * Render() const; // renders this steam ID to string
|
||||||
static char * Render( uint64 ulSteamID ); // static method to render a uint64 representation of a steam ID to a string
|
static const char * Render( uint64 ulSteamID ); // static method to render a uint64 representation of a steam ID to a string
|
||||||
|
|
||||||
void SetFromString( const char *pchSteamID, EUniverse eDefaultUniverse );
|
void SetFromString( const char *pchSteamID, EUniverse eDefaultUniverse );
|
||||||
bool SetFromSteam2String( const char *pchSteam2ID, EUniverse eUniverse );
|
bool SetFromSteam2String( const char *pchSteam2ID, EUniverse eUniverse );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user