diff options
author | joye <joye> | 2014-04-22 15:40:27 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-22 15:40:27 (GMT) |
commit | 1ed97aa4d994ee8d11159e147e648e8440d7e574 (patch) | |
tree | d7f5e529600307445286c76908ab9a7a30ec7baa /src/bltGrElemBar.C | |
parent | 3594b3f49fc3fb27c87ef6ca533988d8144e7562 (diff) | |
download | blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.zip blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.gz blt-1ed97aa4d994ee8d11159e147e648e8440d7e574.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrElemBar.C')
-rw-r--r-- | src/bltGrElemBar.C | 4 |
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) \ |