summaryrefslogtreecommitdiffstats
path: root/DynamicColumn.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-22 17:14:29 +0200
committerBenBE <BenBE@geshi.org>2021-08-22 17:53:21 +0200
commitc3746dc9012165720bf4bec06d653d69d6bbe355 (patch)
tree5ced7c0ece6f6be28da26c8fc9085454b6209947 /DynamicColumn.h
parent7269faf651cbb789156113df0a540943a24ded27 (diff)
Align parameters names between function declaration and definition
Found by clang-tidy.
Diffstat (limited to 'DynamicColumn.h')
-rw-r--r--DynamicColumn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DynamicColumn.h b/DynamicColumn.h
index 464ca668..2d0f97c7 100644
--- a/DynamicColumn.h
+++ b/DynamicColumn.h
@@ -24,7 +24,7 @@ const char* DynamicColumn_init(unsigned int key);
const DynamicColumn* DynamicColumn_lookup(Hashtable* dynamics, unsigned int key);
-const DynamicColumn* DynamicColumn_search(Hashtable* dynamics, const char* name, unsigned int* field);
+const DynamicColumn* DynamicColumn_search(Hashtable* dynamics, const char* name, unsigned int* key);
bool DynamicColumn_writeField(const Process* proc, RichString* str, unsigned int key);

© 2014-2024 Faster IT GmbH | imprint | privacy policy