aboutsummaryrefslogtreecommitdiffstats
path: root/src/Flowgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Flowgraph.h')
-rw-r--r--src/Flowgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Flowgraph.h b/src/Flowgraph.h
index 43550d0..389359b 100644
--- a/src/Flowgraph.h
+++ b/src/Flowgraph.h
@@ -66,7 +66,7 @@ protected:
std::list<Metadata_vec_sptr> myInputMetadata;
std::list<Metadata_vec_sptr> myOutputMetadata;
-#if DEBUG
+#if TRACE
std::list<FILE*> myDebugFiles;
#endif