Skip to content

Commit

Permalink
modify KWargs
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Oct 31, 2024
1 parent 43639bb commit 8457829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libfolia/folia_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ namespace folia {
///
/// KWargs is a map, so it kan be indexed (on attribute), iterated etc.
///
class KWargs : public std::map<const std::string, std::string> {
class KWargs : public std::map<std::string, std::string> {
public:
explicit KWargs( const std::string& ="" );
KWargs( const std::string&, const std::string& );
Expand Down

0 comments on commit 8457829

Please sign in to comment.