changeset 4641:7604168d3e2a

[project @ 2003-11-22 12:19:27 by jwe] ov-builtin.h
author jwe
date Sat, 22 Nov 2003 12:19:27 +0000
parents 2d237a76dbdd
children 7a83d52d2aed
files src/ov-dld-fcn.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ov-dld-fcn.h	Sat Nov 22 11:24:44 2003 +0000
+++ b/src/ov-dld-fcn.h	Sat Nov 22 12:19:27 2003 +0000
@@ -47,6 +47,8 @@
 {
 public:
 
+  octave_dld_function (void);
+
   octave_dld_function (octave_builtin::fcn ff, const octave_shlib& shl,
 		       const std::string& nm = std::string (),
 		       const std::string& ds = std::string ());
@@ -69,8 +71,6 @@
 
 private:
 
-  octave_dld_function (void);
-
   octave_dld_function (const octave_dld_function& m);
 
   octave_shlib sh_lib;