1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Deprecate and remove xtl::format in favor of plString::Format

This commit is contained in:
2013-01-01 19:01:34 -08:00
parent f510b529f8
commit 60021923a2
33 changed files with 114 additions and 336 deletions

View File

@ -117,7 +117,7 @@ public:
void SetType(Types t) { fType=t; }
uint8_t GetType( void ) const { return fType; }
std::string GetAsStdString() const;
plString GetAsString() const;
// implicit set
void Set( int32_t i ) { fI = i; fType = kInt; }