Skip to content
Snippets Groups Projects
Commit 7e16d36a authored by mark's avatar mark
Browse files

BUG: typo in addProfiling0 macro (fixes #446)

parent 118c8cad
Branches
Tags
No related merge requests found
......@@ -468,7 +468,7 @@ public:
// \sa addProfiling
// \sa endProfiling
#define addProfiling0(name) \
::Foam::Profiling::Trigger profilingTriggerFor##name(#name)
::Foam::profiling::Trigger profilingTriggerFor##name(#name)
//- Define profiling with specified name and description correspond to the
// compiler-defined function name string:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment