Skip to content

Commit a5141f5

Browse files
committed
clang-tidy fix
1 parent 9d355e8 commit a5141f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libminifi/include/properties/Properties.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class PropertiesImpl : public virtual Properties {
126126

127127
private:
128128
std::filesystem::path extra_properties_files_dir_name() const;
129-
void setPropertiesFromFile(const std::filesystem::path& configuration_file, std::string_view prefix);
129+
void setPropertiesFromFile(const std::filesystem::path& properties_file, std::string_view prefix);
130130

131131
std::map<std::string, PropertyValue> properties_;
132132
bool dirty_{false};

0 commit comments

Comments
 (0)