Skip to content

Commit cdbbad0

Browse files
authored
Update include/MGIS/Context.hxx
1 parent fb6d327 commit cdbbad0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/MGIS/Context.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ namespace mgis {
128128
* timing starts during construction and stops during destruction.
129129
*/
130130
[[nodiscard]] ProfilingSection startNewProfiling(
131-
std::string name,
132-
bool enabled) noexcept;
131+
std::string,
132+
bool) noexcept;
133133

134134
/*!
135135
* \brief push a new profiling node into the current execution stack

0 commit comments

Comments
 (0)