Skip to content

Commit 8e6082f

Browse files
committed
Missing internal:: for NAComparator
1 parent 702e3f3 commit 8e6082f

File tree

1 file changed

+1
-1
lines changed
  • inst/include/Rcpp/sugar/functions

1 file changed

+1
-1
lines changed

inst/include/Rcpp/sugar/functions/table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Table {
7878
}
7979

8080
private:
81-
typedef RCPP_UNORDERED_MAP<STORAGE, int, NAComparator<STORAGE> >HASH ;
81+
typedef RCPP_UNORDERED_MAP<STORAGE, int, internal::NAComparator<STORAGE> >HASH ;
8282
typedef CountInserter<HASH,STORAGE> Inserter ;
8383
HASH hash ;
8484
};

0 commit comments

Comments
 (0)