minor fix
This commit is contained in:
parent
3a4422dbe7
commit
7d74c33ecb
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Color.cc,v 1.9 2004/02/28 16:55:22 fluxgen Exp $
|
||||
// $Id: Color.cc,v 1.10 2004/04/25 16:12:21 fluxgen Exp $
|
||||
|
||||
#include "Color.hh"
|
||||
|
||||
|
@ -106,7 +106,7 @@ bool Color::setFromString(const char *color_string, int screen) {
|
|||
}
|
||||
|
||||
|
||||
Color &Color::Color::operator = (const Color &col_copy) {
|
||||
Color &Color::operator = (const Color &col_copy) {
|
||||
// check for aliasing
|
||||
if (this == &col_copy)
|
||||
return *this;
|
||||
|
|
Loading…
Reference in a new issue