From 8a8cf57693a7d82d72826b716bf648c7f85c08c4 Mon Sep 17 00:00:00 2001 From: Pierre Colle Date: Tue, 5 Sep 2017 17:37:00 +0200 Subject: [PATCH] add compare --- src/Matrix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Matrix.h b/src/Matrix.h index c9a9875..9cd73ab 100755 --- a/src/Matrix.h +++ b/src/Matrix.h @@ -134,6 +134,7 @@ public: JSFUNC(Release) JSFUNC(Subtract) + JSFUNC(Compare) /* static Handle Val(const Arguments& info); static Handle RowRange(const Arguments& info);