[ create a new paste ] login | about

Link: http://codepad.org/qtKWPhbK    [ raw code | fork ]

C++, pasted on Nov 15:
In file included from /DEV/Urho3D-UI-Components/Source/Samples/61_UITest/TabGroup.cpp:32:
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/TabGroup.h:59:27: error:
      extra qualification on member 'GetTabElement'
    TabElement* TabGroup::GetTabElement(unsigned idx);
                ~~~~~~~~~~^
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/TabGroup.cpp:140:17: error:
      no member named 'SetCheckedInternal' in 'Urho3D::CheckBox'
        chkbox->SetCheckedInternal(chkbox == element);
        ~~~~~~  ^
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/RadialGroup.cpp:176:17: error:
      no member named 'SetCheckedInternal' in 'Urho3D::CheckBox'
        chkbox->SetCheckedInternal(childList_[i].textDes...
        ~~~~~~  ^
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/RadialGroup.cpp:200:17: error:
      no member named 'SetCheckedInternal' in 'Urho3D::CheckBox'
        chkbox->SetCheckedInternal(chkbox == element);
        ~~~~~~  ^
2 errors generated.
make[2]: *** [CMakeFiles/Urho3D-UI-Components.dir/Source/Samples/61_UITest/TabGroup.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
2 errors generated.
make[2]: *** [CMakeFiles/Urho3D-UI-Components.dir/Source/Samples/61_UITest/RadialGroup.cpp.o] Error 1
In file included from /DEV/Urho3D-UI-Components/Source/Samples/61_UITest/Main.cpp:41:
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/TabGroup.h:59:27: error:
      extra qualification on member 'GetTabElement'
    TabElement* TabGroup::GetTabElement(unsigned idx);
                ~~~~~~~~~~^
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/Main.cpp:354:24: error:
      non-const lvalue reference to type 'Urho3D::Variant'
      cannot bind to a temporary of type 'Urho3D::Variant'
    slideBar->SetRange((Variant)0.0f, (Variant)1.0f);
                       ^~~~~~~~~~~~~
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/NodeGraph/SlideVarInput.h:58:28: note:
      passing argument to parameter 'vmin' here
    void SetRange(Variant &vmin, Variant &vmax);
                           ^
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/Main.cpp:355:31: error:
      non-const lvalue reference to type 'Urho3D::Variant'
      cannot bind to a temporary of type 'Urho3D::Variant'
    slideBar->SetCurrentValue((Variant)colorBackground_.r_);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/NodeGraph/SlideVarInput.h:59:35: note:
      passing argument to parameter 'val' here
    void SetCurrentValue(Variant &val);
                                  ^
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/Main.cpp:452:24: error:
      non-const lvalue reference to type 'Urho3D::Variant'
      cannot bind to a temporary of type 'Urho3D::Variant'
    slideVar->SetRange((Variant)1, (Variant)30);
                       ^~~~~~~~~~
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/NodeGraph/SlideVarInput.h:58:28: note:
      passing argument to parameter 'vmin' here
    void SetRange(Variant &vmin, Variant &vmax);
                           ^
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/Main.cpp:453:31: error:
      non-const lvalue reference to type 'Urho3D::Variant'
      cannot bind to a temporary of type 'Urho3D::Variant'
    slideVar->SetCurrentValue((Variant)1);
                              ^~~~~~~~~~
/DEV/Urho3D-UI-Components/Source/Samples/61_UITest/NodeGraph/SlideVarInput.h:59:35: note:
      passing argument to parameter 'val' here
    void SetCurrentValue(Variant &val);
                                  ^
5 errors generated.


Create a new paste based on this one


Comments: