From e191eab68d905bfe14e3590a92fa653f0ae2ebce Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Thu, 18 Feb 2010 09:15:27 +0000 Subject: non-functional changes only: use standard writing of stdint.h types; still import from boost (compiler compatibility) --- src/seqWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/seqWindow.cpp') diff --git a/src/seqWindow.cpp b/src/seqWindow.cpp index e860464..992a71c 100644 --- a/src/seqWindow.cpp +++ b/src/seqWindow.cpp @@ -54,7 +54,7 @@ void SeqWindowElement::init(window_size_t w, seq_nr_t m) if(window_) { delete[] window_; } - window_ = new u_int8_t[w]; + window_ = new uint8_t[w]; memset(window_, 0, w); pos_ = 0; max_ = m; -- cgit v1.2.3