SDK/Binding: Fix compilation

Former-commit-id: da400b9414ea935e49607d3194c5e2f7c535f153 [formerly a81c079e4c20658e692880babac04d920a5c8552] [formerly 990fea99e815d079cc6815c64398f2ee0ecccb79 [formerly 80c97dce52ed0f30859fb1a91b9dc0878e2a2a60]]
Former-commit-id: 4716f641888376649728d40b485e7a0c8ef4b2e6 [formerly 823e2724ac7535f28551d12ea2a2d37de14debe9]
Former-commit-id: d4d6419dcd17376909c3737ff9926433f560c763
This commit is contained in:
Lynix 2016-09-06 13:30:53 +02:00
parent ee1edc024b
commit 347a069728
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ namespace Ndk
#ifndef NDK_SERVER
/*********************************** Ndk::GraphicsComponent **********************************/
graphicsComponent.BindMethod("Attach", &GraphicsComponent::Attach, 0);
graphicsComponent.BindMethod("Attach", (void(Ndk::GraphicsComponent::*)(Nz::InstancedRenderableRef, int)) &GraphicsComponent::Attach, 0);
#endif