]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscontr.C
change to use ostreams instead of string when writing files. fiddling with insettext...
[lyx.git] / src / support / syscontr.C
index 769d74f2286b47fcdbcf86fd4fce3b8ee2aa26fb..fb7d68b36ad854998fc3cba224639ae04ebdeb2b 100644 (file)
@@ -64,6 +64,7 @@ SystemcallsSingletoncontroller::addCall(Systemcalls const &newcall) {
 
 void 
 SystemcallsSingletoncontroller::timer() {
+       lyxerr << "Tick" << endl;
        // check each entry of our list, if it's finished
         ControlledCalls *prev = 0;
        for (ControlledCalls *actCall= sysCalls; actCall; actCall= actCall->next)