Skip to content

Commit 68ce34b

Browse files
committed
clang-tidy fixup
1 parent fd566b9 commit 68ce34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rviz/default_plugin/tf_display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class RegexFilterProperty : public StringProperty
210210
}
211211

212212
public:
213-
RegexFilterProperty(const QString& name, const std::regex regex, Property* parent)
213+
RegexFilterProperty(const QString& name, const std::regex& regex, Property* parent)
214214
: StringProperty(name, "", "regular expression", parent), default_(regex), regex_(regex)
215215
{
216216
QObject::connect(this, &RegexFilterProperty::changed, this, [this]() { onValueChanged(); });

0 commit comments

Comments
 (0)