summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2013-08-29 15:20:00 (GMT)
committerjoye <joye>2013-08-29 15:20:00 (GMT)
commit12f843a00dd408f4181ae98cd91f137a10395efc (patch)
tree3761b659e20b96afefedf148d4ea77843a167e53 /src
parent2f8af562fa845d6cab155d0381826ffd2ba5f49a (diff)
downloadblt-12f843a00dd408f4181ae98cd91f137a10395efc.zip
blt-12f843a00dd408f4181ae98cd91f137a10395efc.tar.gz
blt-12f843a00dd408f4181ae98cd91f137a10395efc.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltVecMath.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltVecMath.C b/src/bltVecMath.C
index abc6812..38fd81b 100644
--- a/src/bltVecMath.C
+++ b/src/bltVecMath.C
@@ -52,7 +52,7 @@ typedef double (ScalarProc)(Vector *vPtr);
/*
* Built-in math functions:
*/
-typedef int (GenericMathProc) _ANSI_ARGS_(ANYARGS);
+typedef int (GenericMathProc) ();
/*
* MathFunction --