Skip to content

Commit 904150d

Browse files
committed
comments
1 parent f57f135 commit 904150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReflectionTemplateLib/detail/inc/FunctorContainer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ namespace rtl {
6363
@return: index of newly added or already existing lambda in vector 'm_functors'.
6464
*/ static const std::size_t pushBack(const FunctionLambda& pFunctor,
6565
std::function<const std::size_t()> pGetIndex,
66-
std::function<void(const std::size_t&)> pUpdate)
66+
std::function<void(const std::size_t&)> pUpdate)
6767
{
6868
//critical section, thread safe.
6969
static std::mutex mtx;

0 commit comments

Comments
 (0)