From Tom Jolly, removing trailing comma for last entries in enums to fix

IRIX compile warnings.
This commit is contained in:
Robert Osfield
2005-05-13 21:38:34 +00:00
parent d1d07c263b
commit 76e7853971
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class OSG_EXPORT ArgumentParser
DOUBLE_PARAMETER,
INT_PARAMETER,
UNSIGNED_INT_PARAMETER,
STRING_PARAMETER,
STRING_PARAMETER
};
union ValueUnion