[Fencommits] libvob: fix

Matti J. Katila majukati at cc.jyu.fi
Tue Mar 7 02:05:49 EET 2006


Tue Mar  7 01:30:30 EET 2006  Matti J. Katila <majukati at cc.jyu.fi>
  * fix

diff -rN -u libvob-old/src/main/Renderer.cxx libvob-new/src/main/Renderer.cxx
--- libvob-old/src/main/Renderer.cxx	2006-03-07 02:05:48.060732834 +0200
+++ libvob-new/src/main/Renderer.cxx	2006-03-07 01:34:37.000000000 +0200
@@ -40,7 +40,11 @@
   return t.tv_usec*1E-6 + t.tv_sec;
 }
 
-using namespace Vob;
+// this made a compile error of Vob::Vob::foo
+// so the compiler was thinking that we are now in 
+// the Vob namespace..
+//
+//using namespace Vob;
 
 namespace Vob {
 




More information about the Fencommits mailing list