Skip to content

Commit a56f389

Browse files
author
martin
committed
Various miscellaneous fixes
Most of these are needed to make clang-format happy, or the linter, or to make it compile on Windows
1 parent 45d5bb6 commit a56f389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/sharing_map.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ class sharing_mapt
448448
///
449449
/// \param [out] view: Empty view
450450
template <class V>
451-
void get_view(V &) const;
451+
void get_view(V &view) const;
452452
viewt get_view() const
453453
{
454454
viewt result;

0 commit comments

Comments
 (0)