More warning reductions, even if not noticed.

We're in the lower 40Ks now with Effective C++
Violations being checked.
This commit is contained in:
Jason Felds
2011-03-14 12:15:33 -04:00
parent d03e6a89fb
commit c5fda59080
7 changed files with 38 additions and 45 deletions
+3 -6
View File
@@ -66,12 +66,9 @@ private:
RageTexture* pTexture_,
float fDelaySecs_,
RageVector2 vTranslate_
)
{
pTexture = pTexture_;
fDelaySecs = fDelaySecs_;
vTranslate = vTranslate_;
}
):
pTexture(pTexture_), fDelaySecs(fDelaySecs_),
vTranslate(vTranslate_) {}
RageTexture* pTexture;
float fDelaySecs;