Skip to content

Commit

Permalink
minor imp
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Mar 3, 2024
1 parent b71b403 commit 7fa5132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sp_df.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ namespace Rapi
Rc_vec_char get_col_names(const Rc_df &dfx) { return dfx.names(); }
Rc_vec_char get_col_names() { return df.names(); }
//............................... col_exists
bool col_exists(s_string & col_name)
bool col_exists(const s_string & col_name)
{
for (const auto &x : get_col_names())
{
Expand Down

0 comments on commit 7fa5132

Please sign in to comment.