Skip to content

Commit 7fa5132

Browse files
committed
minor imp
1 parent b71b403 commit 7fa5132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sp_df.cpp

+1-1
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)