]> git.lyx.org Git - features.git/blobdiff - src/support/lyxfunctional.h
Compaq cxx 6.5 will now compile lyx.
[features.git] / src / support / lyxfunctional.h
index af2107413dfc217c1183a712097acbbdab48af59..2e52337a26a39a59d9f31ef7bfc00105113471b7 100644 (file)
@@ -60,7 +60,7 @@ class_fun(C & c, R(C::*f)(A))
 
 
 template <class C, class A> void_class_fun_t<C, A>
-class_fun(C & c, void(C::*f)(A))
+void_class_fun(C & c, void(C::*f)(A))
 {
        return void_class_fun_t<C, A>(c, f);
 }