mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
code reformatted .
This commit is contained in:
parent
76d336504f
commit
1de6ad56c2
265 changed files with 18240 additions and 21591 deletions
|
@ -48,9 +48,9 @@ public:
|
|||
static CString ToString(const T& origin);// { static_assert(false, "T must have specialized implementations!"); }
|
||||
|
||||
template<>
|
||||
static CString ToString<bool>(const bool& origin)
|
||||
static CString ToString<bool>(const bool& origin)
|
||||
{
|
||||
static CString result[] = { "no", "yes" };
|
||||
static CString result[] = { "no", "yes" };
|
||||
return result[origin];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue