Skip to content

Commit

Permalink
fixes #2372
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Apr 2, 2024
1 parent 43aec36 commit 8c29e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ Rcpp::CharacterVector CPL_get_data_dir(bool from_proj = false) {
#endif
}

Rcpp::LogicalVector CPL_set_data_dir(std::string data_dir) { // #nocov start
Rcpp::LogicalVector CPL_set_data_dir(Rcpp::CharacterVector data_dir, bool with_proj) {
return false;
}

Expand Down

0 comments on commit 8c29e95

Please sign in to comment.