Forgot the std::

This commit is contained in:
The Coriolis Project 2011-09-29 09:49:18 +00:00
parent 613e1d41a9
commit 29020a93f2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Circuit {
Sizing* createSizing();
Layout* createLayout();
void driveHBTree(ofstream&, Node*, unsigned);
void driveHBTree(std::ofstream&, Node*, unsigned);
bool writeToFile(std::string filePath);
static Circuit* readFromFile(const std::string filePath);