summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r--src/bltGraph.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C
index 55ef7e9..eb28b28 100644
--- a/src/bltGraph.C
+++ b/src/bltGraph.C
@@ -44,6 +44,7 @@
#include <assert.h>
#include <X11/Xutil.h>
+#include "bltMath.h"
#include "bltGraph.h"
#include "bltOp.h"
#include "bltBind.h"
@@ -542,11 +543,11 @@ Blt_GraphTags(
tagProc = Blt_MakeMarkerTag;
break;
case CID_NONE:
- panic("unknown object type");
+ Blt_Panic("unknown object type");
tagProc = NULL;
break;
default:
- panic("bogus object type");
+ Blt_Panic("bogus object type");
tagProc = NULL;
break;
}