Commit 69e90046 authored by Haowen Zhang's avatar Haowen Zhang
Browse files

Delete default Chromap constructor.

parent 16de1d2d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ namespace chromap {

class Chromap {
 public:
  Chromap() = delete;

  // For index construction
  Chromap(const IndexParameters &index_parameters)
      : index_parameters_(index_parameters) {