another potential gcc fix

master
Richard Linden 2011-10-04 12:04:29 -07:00
parent cfbb5aad37
commit 44e9fb446f
1 changed files with 2 additions and 2 deletions

View File

@ -158,8 +158,8 @@ public:
struct Params : public LLInitParam::Block<Params>
{
Optional<T> minimum,
maximum;
typename Optional<T> minimum,
maximum;
Params()
: minimum("min", 0),