changeset 652:99c2c68d53de

unin-find.h++: fix compilation problem
author carandraug
date Thu, 11 Oct 2012 13:50:44 +0000
parents 0d5958711749
children 72a6590f05aa
files src/union-find.h++
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/union-find.h++
+++ b/src/union-find.h++
@@ -32,7 +32,7 @@
 
 public:
 
-  union_find (octave_idx_type s) : voxels (s, NULL) {};
+  union_find (octave_idx_type s) : voxels (s) {};
 
   ~union_find ()
   {