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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/seqWindow.h') diff --git a/src/seqWindow.h b/src/seqWindow.h index a8b8700..fa6adaa 100644 --- a/src/seqWindow.h +++ b/src/seqWindow.h @@ -52,7 +52,7 @@ public: seq_nr_t max_; window_size_t pos_; - u_int8_t* window_; + uint8_t* window_; }; class SeqWindow -- cgit v1.2.3