X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fnodes%2Fscene-graph-layer.h;h=f56bdd3a8cd77813845cd8986063d0a8a8db2c8e;hb=0643c768fd100bd7ffb522e3358b88d075bc1d2e;hp=d3ea452e63e754ffc6798a7ad0a30d28e7c4ab7d;hpb=434e7acfb634957e97a69aa86bfccfc973aefd4b;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/nodes/scene-graph-layer.h b/dali/internal/update/nodes/scene-graph-layer.h index d3ea452..f56bdd3 100644 --- a/dali/internal/update/nodes/scene-graph-layer.h +++ b/dali/internal/update/nodes/scene-graph-layer.h @@ -332,6 +332,10 @@ inline void SetDepthTestDisabledMessage( EventThreadServices& eventThreadService } // namespace SceneGraph +// Template specialisation for OwnerPointer, because delete is protected +template <> +void OwnerPointer::Reset(); + } // namespace Internal } // namespace Dali