summaryrefslogtreecommitdiffstats
path: root/src/bltOp.C
diff options
context:
space:
mode:
authorjoye <joye>2014-07-08 19:55:45 (GMT)
committerjoye <joye>2014-07-08 19:55:45 (GMT)
commitd94450a5cfe4e5e7117cdc87e20d906f843e9990 (patch)
tree0855ba38b4c83cbfe50b485b22a845294e3f6bd4 /src/bltOp.C
parentd9392c93890e89f29b64c963e8ff39c6e8d402a9 (diff)
downloadblt-d94450a5cfe4e5e7117cdc87e20d906f843e9990.zip
blt-d94450a5cfe4e5e7117cdc87e20d906f843e9990.tar.gz
blt-d94450a5cfe4e5e7117cdc87e20d906f843e9990.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltOp.C')
-rw-r--r--src/bltOp.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bltOp.C b/src/bltOp.C
index b4a9d7e..d52c133 100644
--- a/src/bltOp.C
+++ b/src/bltOp.C
@@ -31,6 +31,8 @@
#include "bltOp.h"
+using namespace Blt;
+
static int BinaryOpSearch(Blt_OpSpec *specs, int nSpecs, const char *string,
int length)
{
@@ -90,7 +92,7 @@ static int LinearOpSearch(Blt_OpSpec *specs, int nSpecs, const char *string,
return last; /* Op found. */
}
-void* Blt_GetOpFromObj(Tcl_Interp* interp, int nSpecs, Blt_OpSpec *specs,
+void* Blt::GetOpFromObj(Tcl_Interp* interp, int nSpecs, Blt_OpSpec *specs,
int operPos, int objc, Tcl_Obj* const objv[],
int flags)
{