]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscontr.C
small changes read ChangeLog
[lyx.git] / src / support / syscontr.C
index 769d74f2286b47fcdbcf86fd4fce3b8ee2aa26fb..87a83c9638156996774db1201c9ccee7b2230605 100644 (file)
@@ -13,6 +13,8 @@
 #endif
 
 
+using std::endl;
+
 //
 // Default constructor
 //
@@ -64,6 +66,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)