Skip to content

Commit 523c5cf

Browse files
committed
brown bag fix
1 parent 7025d07 commit 523c5cf

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
@@ -68,7 +68,7 @@ namespace Rcpp {
6868
* @throw 'not initialized' if object has not been set
6969
*/
7070
inline operator SEXP() {
71-
isSet();
71+
checkIfSet();
7272
return m_sexp;
7373
}
7474

0 commit comments

Comments
 (0)