From c20144fc0cfb5637dbd4d17a60bdaaf780e72bf9 Mon Sep 17 00:00:00 2001
From: Andy Cedilnik <andy.cedilnik@kitware.com>
Date: Fri, 14 Jul 2006 13:59:18 -0400
Subject: [PATCH] COMP: Remove warning

---
 CommandLineArguments.hxx.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CommandLineArguments.hxx.in b/CommandLineArguments.hxx.in
index 68f2f5d..01b292f 100644
--- a/CommandLineArguments.hxx.in
+++ b/CommandLineArguments.hxx.in
@@ -29,7 +29,7 @@ namespace @KWSYS_NAMESPACE@
 {
 
 class CommandLineArgumentsInternal;
-class CommandLineArgumentsCallbackStructure;
+struct CommandLineArgumentsCallbackStructure;
 
 /** \class CommandLineArguments
  * \brief Command line arguments processing code.
-- 
GitLab