Skip to content

Commit

Permalink
Update src/app/WriteHandler.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Arkadiusz Bokowy <[email protected]>
  • Loading branch information
andy31415 and arkq authored Oct 17, 2024
1 parent 9f6ed73 commit dac20cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/WriteHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace {
class AutoReleaseGroupEndpointIterator
{
public:
AutoReleaseGroupEndpointIterator(Credentials::GroupDataProvider::EndpointIterator * iterator) : mIterator(iterator) {}
explicit AutoReleaseGroupEndpointIterator(Credentials::GroupDataProvider::EndpointIterator * iterator) : mIterator(iterator) {}
~AutoReleaseGroupEndpointIterator()
{
if (mIterator != nullptr)
Expand Down

0 comments on commit dac20cc

Please sign in to comment.