Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 319355 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- src/common/nmv-object.cc
0
++ src/common/nmv-object.cc
Lines 59-65 Link Here
59
    *m_priv = *a_object.m_priv;
59
    *m_priv = *a_object.m_priv;
60
}
60
}
61
61
62
Object::Object&
62
Object&
63
Object::operator= (Object const &a_object)
63
Object::operator= (Object const &a_object)
64
{
64
{
65
    if (this == &a_object)
65
    if (this == &a_object)
66
-- src/langs/nmv-cpp-ast.cc
66
++ src/langs/nmv-cpp-ast.cc
Lines 64-70 Link Here
64
    m_int_value = a_t.get_int_value ();
64
    m_int_value = a_t.get_int_value ();
65
}
65
}
66
66
67
Token::Token&
67
Token&
68
Token::operator= (const Token &a_t)
68
Token::operator= (const Token &a_t)
69
{
69
{
70
    m_kind = a_t.get_kind ();
70
    m_kind = a_t.get_kind ();

Return to bug 319355