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

checked set of alphabet

parent 1425db60
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,8 @@ public:
for ( const SymbolType & symbol : removed )
remove ( symbol );
 
data = std::move ( symbols );
for ( const SymbolType & symbol : symbols )
add ( std::move ( symbols ) );
}
 
/**
......
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