]> git.lyx.org Git - features.git/blobdiff - src/lyxserver.C
read the ChangeLog, use the C++ style casts more, some changes to the debugbufs,...
[features.git] / src / lyxserver.C
index 4c94d0780568060109adf86cb0379973bd2594d1..58e1af34971cfca48a3825a8f3634bf795ffd51c 100644 (file)
@@ -153,7 +153,7 @@ void LyXComm::openConnection() {
                       << strerror(errno) << endl;
                return;
        }
-       fl_add_io_callback(infd, FL_READ, C_LyXComm_callback, (void*)this);
+       fl_add_io_callback(infd, FL_READ, C_LyXComm_callback, this);
  
        // --- prepare output pipe ---------------------------------------