Skip to content
Snippets Groups Projects
Commit 29a76993 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

tidy: declaration vs definition param names

parent 4574a5c8
No related branches found
No related tags found
1 merge request!219Merge jt
...@@ -10,7 +10,7 @@ namespace string::properties { ...@@ -10,7 +10,7 @@ namespace string::properties {
class MaximalSuffix { class MaximalSuffix {
   
template < class SymbolType, class Comparator > template < class SymbolType, class Comparator >
static ext::pair < size_t, size_t > constructImpl ( const ext::vector < SymbolType > & x, const Comparator & c ); static ext::pair < size_t, size_t > constructImpl ( const ext::vector < SymbolType > & x, const Comparator & comp );
   
public: public:
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment