================= idDeclLocal::SetText ================= */
| 1914 | ================= |
| 1915 | */ |
| 1916 | void idDeclLocal::SetText( const char *text ) { |
| 1917 | SetTextLocal( text, idStr::Length( text ) ); |
| 1918 | } |
| 1919 | |
| 1920 | /* |
| 1921 | ================= |
no outgoing calls
no test coverage detected