We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71b403 commit 7fa5132Copy full SHA for 7fa5132
1 file changed
src/sp_df.cpp
@@ -117,7 +117,7 @@ namespace Rapi
117
Rc_vec_char get_col_names(const Rc_df &dfx) { return dfx.names(); }
118
Rc_vec_char get_col_names() { return df.names(); }
119
//............................... col_exists
120
- bool col_exists(s_string & col_name)
+ bool col_exists(const s_string & col_name)
121
{
122
for (const auto &x : get_col_names())
123
0 commit comments