1 parent fb6d327 commit cdbbad0Copy full SHA for cdbbad0
1 file changed
include/MGIS/Context.hxx
@@ -128,8 +128,8 @@ namespace mgis {
128
* timing starts during construction and stops during destruction.
129
*/
130
[[nodiscard]] ProfilingSection startNewProfiling(
131
- std::string name,
132
- bool enabled) noexcept;
+ std::string,
+ bool) noexcept;
133
134
/*!
135
* \brief push a new profiling node into the current execution stack
0 commit comments