Fixed warnings

This commit is contained in:
Robert Osfield
2009-01-07 10:32:59 +00:00
parent 85c510ba27
commit 98bd058317
15 changed files with 37 additions and 23 deletions

View File

@@ -99,10 +99,11 @@ class ParameterOutput
protected:
ParameterOutput& operator = (const ParameterOutput&) { return *this; }
Output& _fw;
int _numItemsPerLine;
int _column;
};