Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Set std::cout as default parameter value for print().
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram2342 committed May 20, 2011
1 parent 6f96d56 commit 6195177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Layer.h
Expand Up @@ -282,7 +282,7 @@ namespace degate {
/**
* Print the layer.
*/
void print(std::ostream & os);
void print(std::ostream & os = std::cout);

/**
* Notify the layer that a shape of a logic model object changed.
Expand Down

0 comments on commit 6195177

Please sign in to comment.