From 588f2ef2f51d7bdf209820bfb244034863601939 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 25 Oct 2009 04:35:19 -0400 Subject: Fixed many compiler warnings from g++ 4.4 --- src/option.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index 6809a27c..89f1ad08 100644 --- a/src/option.h +++ b/src/option.h @@ -56,11 +56,11 @@ template class option_t { protected: - const char * name; - std::size_t name_len; - const char ch; - bool handled; - optional source; + const char * name; + string::size_type name_len; + const char ch; + bool handled; + optional source; option_t& operator=(const option_t&); -- cgit v1.2.3