Skip to content

Commit

Permalink
const change in prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Jul 13, 2005
1 parent 7ef5bed commit 9b7ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmer/libbio/fasta.H
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class FastAWrapper {
public:
FastAWrapper(const char *filename, u32bit bufferSize=~u32bitZERO);
FastAWrapper(char const *filename, u32bit bufferSize=~u32bitZERO);
~FastAWrapper();

// Return some accessors for whatever sequence we are currently at.
Expand Down

0 comments on commit 9b7ac1f

Please sign in to comment.