summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index bf45f87..9d15ec8 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -216,8 +216,8 @@ void Entry::addSubEntry(Entry *current)
void Entry::reset()
{
- static bool entryCallGraph = Config_getBool("CALL_GRAPH");
- static bool entryCallerGraph = Config_getBool("CALLER_GRAPH");
+ static bool entryCallGraph = Config_getBool(CALL_GRAPH);
+ static bool entryCallerGraph = Config_getBool(CALLER_GRAPH);
//printf("Entry::reset()\n");
name.resize(0);
type.resize(0);