summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.hxx.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-14 17:59:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-14 17:59:18 (GMT)
commit71395c78cee2abe5cdfb7b27bb3a4f2610c87653 (patch)
tree24e7b7ca1b4673392186a1ebcf877935eff3c039 /Source/kwsys/CommandLineArguments.hxx.in
parent784bb60a4ee168421b204b2373dbb88e5a35804c (diff)
downloadCMake-71395c78cee2abe5cdfb7b27bb3a4f2610c87653.zip
CMake-71395c78cee2abe5cdfb7b27bb3a4f2610c87653.tar.gz
CMake-71395c78cee2abe5cdfb7b27bb3a4f2610c87653.tar.bz2
COMP: Remove warning
Diffstat (limited to 'Source/kwsys/CommandLineArguments.hxx.in')
-rw-r--r--Source/kwsys/CommandLineArguments.hxx.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/CommandLineArguments.hxx.in b/Source/kwsys/CommandLineArguments.hxx.in
index b8e36cc..070f95e 100644
--- a/Source/kwsys/CommandLineArguments.hxx.in
+++ b/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.