while working on cstr, search and destroy made "CStr &x" -> "CStr& x". didn't intend to hit gui code, but ok :)

This was SVN commit r534.
This commit is contained in:
janwas
2004-06-18 14:07:06 +00:00
parent a2fdd3e190
commit 4258ba245d
14 changed files with 74 additions and 74 deletions
+4 -4
View File
@@ -93,10 +93,10 @@ CColor IGUIButtonBehavior::ChooseColor()
void IGUIButtonBehavior::DrawButton(const CRect &rect,
const float &z,
const CStr &sprite,
const CStr &sprite_over,
const CStr &sprite_pressed,
const CStr &sprite_disabled)
const CStr& sprite,
const CStr& sprite_over,
const CStr& sprite_pressed,
const CStr& sprite_disabled)
{
if (GetGUI())
{