preprocessor: Minor typo fix

This commit is contained in:
Daniel Marjamäki 2008-10-31 18:59:57 +00:00
parent e798a4a419
commit b1b06209dc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static std::string getcode(const std::string &filedata, std::string cfg);
* \param istr The (file/string) stream to read from.
* \param result The map that will get the results
*/
void preprocess(std::istream &istr, std::map<std::string, std::string> &result, const std::string filename)
void preprocess(std::istream &istr, std::map<std::string, std::string> &result, const std::string &filename)
{
// Get filedata from stream..
bool ignoreSpace = true;