We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38941a5 commit c54add2Copy full SHA for c54add2
include/dynamic-graph/command-bind.h
@@ -400,7 +400,7 @@ struct CommandReturnType0 : public Command {
400
protected:
401
virtual Value doExecute() {
402
assert(getParameterValues().size() == 0);
403
- Value res (fptr());
+ Value res(fptr());
404
return res;
405
}
406
include/dynamic-graph/tracer.h
@@ -7,8 +7,8 @@
7
#define DYNAMIC_GRAPH_TRACER_H
8
#include <boost/function.hpp>
9
#include <list>
10
-#include <string>
11
#include <mutex>
+#include <string>
12
13
#include <dynamic-graph/entity.h>
14
#include <dynamic-graph/exception-traces.h>
0 commit comments