Skip to content

Commit 2807d72

Browse files
committed
return of the brown bag fix
1 parent 6117bd9 commit 2807d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/Nullable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace Rcpp {
9191
* @throw 'not initialized' if object has not been set
9292
*/
9393
inline operator SEXP() {
94-
isSet();
94+
checkIfSet();
9595
return m_sexp;
9696
}
9797

0 commit comments

Comments
 (0)