Skip to content

Commit

Permalink
Merge pull request #8287 from wmtan/ReconcileFireworks
Browse files Browse the repository at this point in the history
Add missing std::
  • Loading branch information
ktf committed Mar 13, 2015
2 parents 0846872 + ac424bd commit 919c4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fireworks/Core/src/FWConfigurationManager.cc
Expand Up @@ -214,7 +214,7 @@ class FWXMLConfigParser : public SimpleSAXParser
};

public:
FWXMLConfigParser(istream &f)
FWXMLConfigParser(std::istream &f)
: SimpleSAXParser(f),
m_state(IN_BEGIN_DOCUMENT),
m_first(0)
Expand Down

0 comments on commit 919c4d9

Please sign in to comment.