Code Cleanup
- Removed used of foreach macro.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user