berkus / kbus

Automatically exported from code.google.com/p/kbus
Other
1 stars 0 forks source link

Building with gcc 4.6.1 shows bug in cppkbus.cpp #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Specifically, a "names the constructor, not the type" error for

  Device::Device& Device::operator=(const Device& other)

at line 791. Fix it by removing the redundant "Device::" from the start of the 
line.

Original issue reported on code.google.com by t...@tibsnjoan.co.uk on 11 Jul 2011 at 10:19

GoogleCodeExporter commented 9 years ago
Fixed in changeset 338:a03f7be325bd

Original comment by t...@tibsnjoan.co.uk on 11 Jul 2011 at 10:20