]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Timeout_pimpl.C
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / Timeout_pimpl.C
index deefa81da80a67efc101e7e50cfd6025f61c9782..ad96ae2d879642e71069dd4c0fb0436ced4e92f7 100644 (file)
@@ -22,11 +22,15 @@ using std::endl;
 
 namespace {
 
-extern "C" 
-void C_intern_timeout_cb(int, void * data)
-{
-       Timeout * to = static_cast<Timeout *>(data);
-       to->emit();
+extern "C" {
+       
+       static
+       void C_intern_timeout_cb(int, void * data)
+       {
+               Timeout * to = static_cast<Timeout *>(data);
+               to->emit();
+       }
+
 }
 
 } // namespace anon