changeset 4644:3b74f1a86750

[project @ 2003-11-22 12:58:40 by jwe]
author jwe
date Sat, 22 Nov 2003 12:58:40 +0000
parents ef3a14fb6847
children bd2067547b40
files src/ov-mapper.h
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ov-mapper.h	Sat Nov 22 12:25:45 2003 +0000
+++ b/src/ov-mapper.h	Sat Nov 22 12:58:40 2003 +0000
@@ -27,6 +27,8 @@
 #pragma interface
 #endif
 
+#include <cstdlib>
+
 #include <string>
 
 #include "oct-obj.h"
@@ -43,6 +45,8 @@
 {
 public:
 
+  octave_mapper (void) { abort (); }
+
   typedef int (*ch_mapper) (int);
   typedef bool (*d_b_mapper) (double);
   typedef bool (*c_b_mapper) (const Complex&);
@@ -82,8 +86,6 @@
 
 private:
 
-  octave_mapper (void);
-
   octave_mapper (const octave_mapper& m);
 
   octave_value apply (const octave_value& arg) const;