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

tidy: parameter name in declaration and definition

parent f48f8acb
No related branches found
No related tags found
1 merge request!205Merge jt
...@@ -23,7 +23,7 @@ public: ...@@ -23,7 +23,7 @@ public:
   
private: private:
template < class SymbolType > template < class SymbolType >
static ext::tree < common::ranked_symbol < SymbolType > > transformInternal ( const ext::vector < ext::tree < SymbolType > > & tree, const SymbolType & terminalSymbol ); static ext::tree < common::ranked_symbol < SymbolType > > transformInternal ( const ext::vector < ext::tree < SymbolType > > & treeList, const SymbolType & terminalSymbol );
}; };
   
template < class SymbolType > template < class SymbolType >
......
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