summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemBar.C
diff options
context:
space:
mode:
authorjoye <joye>2014-04-22 15:40:27 (GMT)
committerjoye <joye>2014-04-22 15:40:27 (GMT)
commit1ed97aa4d994ee8d11159e147e648e8440d7e574 (patch)
treed7f5e529600307445286c76908ab9a7a30ec7baa /src/bltGrElemBar.C
parent3594b3f49fc3fb27c87ef6ca533988d8144e7562 (diff)
downloadblt-1ed97aa4d994ee8d11159e147e648e8440d7e574.zip
blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.gz
blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrElemBar.C')
-rw-r--r--src/bltGrElemBar.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C
index fc4e490..bb66837 100644
--- a/src/bltGrElemBar.C
+++ b/src/bltGrElemBar.C
@@ -31,9 +31,9 @@
extern "C" {
#include "bltInt.h"
-#include "bltGraphBar.h"
};
+#include "bltGraphBar.h"
#include "bltGrElemBar.h"
#include "bltGrElemOption.h"
#include "bltGrPenOp.h"
@@ -44,6 +44,8 @@ extern "C" {
#include "bltConfig.h"
#include "bltPs.h"
+using namespace Blt;
+
#define CLAMP(x,l,h) ((x) = (((x)<(l))? (l) : ((x)>(h)) ? (h) : (x)))
#define PointInRectangle(r,x0,y0) \