From 24f4c279d9d7b4edcb3a0b5703ff9aab5aa1ff40 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 14 Jul 2003 09:44:05 -0400 Subject: some updates --- Source/cmFLTKWrapUICommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmFLTKWrapUICommand.cxx b/Source/cmFLTKWrapUICommand.cxx index b692552..6e0bdc9 100644 --- a/Source/cmFLTKWrapUICommand.cxx +++ b/Source/cmFLTKWrapUICommand.cxx @@ -64,7 +64,7 @@ bool cmFLTKWrapUICommand::InitialPass(std::vector const& args) cmSourceFile *curr = m_Makefile->GetSource(i->c_str()); // if we should use the source GUI // to generate .cxx and .h files - if (!curr || !curr->GetPropertyAsBool("WRAP_EXCLUDE")) + if (!curr && !curr->GetPropertyAsBool("WRAP_EXCLUDE")) { cmSourceFile header_file; cmSourceFile source_file; -- cgit v0.12