fix shadow warning in gcc

[SVN r19570]
This commit is contained in:
Jeff Garland
2003-08-13 11:33:52 +00:00
parent 8dfed5b6dc
commit 2b24317b12

View File

@@ -23,7 +23,7 @@ namespace date_time {
{
public:
//! Construct from a day count
explicit date_duration(duration_rep days) : days_(days) {};
explicit date_duration(duration_rep day_count) : days_(day_count) {};
// copy constructor required for dividable<>
//! Construct from another date_duration (Copy Constructor)