Code Cleanup

- Removed used of foreach macro.
This commit is contained in:
Paul Beckingham 2010-11-27 19:42:34 -05:00
parent 4c3354fa50
commit bfc2367bdb
7 changed files with 55 additions and 36 deletions

View file

@ -57,7 +57,7 @@ public:
void set (const std::string&, const int);
void set (const std::string&, const double);
void set (const std::string&, const std::string&);
void all (std::vector <std::string>&);
void all (std::vector <std::string>&) const;
std::string checkForDeprecatedColor ();
std::string checkForDeprecatedColumns ();