Skip to content
Snippets Groups Projects
Commit d5ff5544 authored by Pierre Fernbach's avatar Pierre Fernbach Committed by Steve Tonneau
Browse files

correct syntax for hppDout

parent 8f82e740
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ namespace hpp {
if(!romLoaded_)
{
std::string err("Rom must be loaded before loading complete model") ;
hppDout (error, err ());
hppDout (error, err );
throw hpp::Error(err.c_str());
}
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment