Browse Source

COMP: Remove warning

Andy Cedilnik 19 years ago
parent
commit
71395c78ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/kwsys/CommandLineArguments.hxx.in

+ 1 - 1
Source/kwsys/CommandLineArguments.hxx.in

@@ -29,7 +29,7 @@ namespace @KWSYS_NAMESPACE@
 {
 
 class CommandLineArgumentsInternal;
-class CommandLineArgumentsCallbackStructure;
+struct CommandLineArgumentsCallbackStructure;
 
 /** \class CommandLineArguments
  * \brief Command line arguments processing code.