Forgot the std::
This commit is contained in:
parent
613e1d41a9
commit
29020a93f2
|
@ -60,7 +60,7 @@ class Circuit {
|
||||||
Sizing* createSizing();
|
Sizing* createSizing();
|
||||||
Layout* createLayout();
|
Layout* createLayout();
|
||||||
|
|
||||||
void driveHBTree(ofstream&, Node*, unsigned);
|
void driveHBTree(std::ofstream&, Node*, unsigned);
|
||||||
|
|
||||||
bool writeToFile(std::string filePath);
|
bool writeToFile(std::string filePath);
|
||||||
static Circuit* readFromFile(const std::string filePath);
|
static Circuit* readFromFile(const std::string filePath);
|
||||||
|
|
Loading…
Reference in New Issue