OSDN Git Service

2006-03-27 Frank Ch. Eigler <fche@elastic.org>
authorfche <fche>
Mon, 27 Mar 2006 22:06:32 +0000 (22:06 +0000)
committerfche <fche>
Mon, 27 Mar 2006 22:06:32 +0000 (22:06 +0000)
* glue.cxx (bus_prober): Fix extra class qualifications.

sid/component/glue/ChangeLog
sid/component/glue/glue.cxx

index 30fd1c5..910e0ad 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-27  Frank Ch. Eigler  <fche@elastic.org>
+
+       * glue.cxx (bus_prober): Fix extra class qualifications.
+
 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
 
        Second part of ms1 to mt renaming.
index 9fa0d74..6d7446e 100644 (file)
@@ -387,9 +387,9 @@ class bus_prober: public virtual component,
   string label;
 
 public:
-  bus_prober::~bus_prober () throw () {}
+  ~bus_prober () throw () {}
 
-  bus_prober::bus_prober ():
+  bus_prober ():
     upstream (this),
     downstream (0)
     {