Skip to content

Commit

Permalink
Fixing a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed Apr 2, 2014
1 parent 9ebe475 commit eb18cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions svf/matrix_correlate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ namespace SVF {

class Selector {
public:
virtual ~Selector() {}

typedef std::pair<size_t, size_t> Pair;
virtual boost::optional<Pair> next() = 0;
virtual boost::optional<Pair> next(int num) {
Expand Down

0 comments on commit eb18cb3

Please sign in to comment.