Skip to content

Commit 7fa5132

Browse files
committed
minor imp
1 parent b71b403 commit 7fa5132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sp_df.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ namespace Rapi
117117
Rc_vec_char get_col_names(const Rc_df &dfx) { return dfx.names(); }
118118
Rc_vec_char get_col_names() { return df.names(); }
119119
//............................... col_exists
120-
bool col_exists(s_string & col_name)
120+
bool col_exists(const s_string & col_name)
121121
{
122122
for (const auto &x : get_col_names())
123123
{

0 commit comments

Comments
 (0)