Commit 741614684efcc9abc662ac292e043b1b0723d29e
[dali_1.4.44] Merge branch 'devel/master'
Change-Id: I1a8ef9edfe5f52ab18018bfd9786b50de57c211e
Showing
2 changed files
with
3 additions
and
3 deletions
examples/pre-render-callback/pre-render-callback-example.cpp
| 1 | 1 | /* |
| 2 | - * Copyright (c) 2018 Samsung Electronics Co., Ltd. | |
| 2 | + * Copyright (c) 2019 Samsung Electronics Co., Ltd. | |
| 3 | 3 | * |
| 4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | 5 | * you may not use this file except in compliance with the License. |
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | 17 | #include <dali-toolkit/dali-toolkit.h> |
| 18 | -#include <dali/integration-api/adaptors/adaptor.h> | |
| 18 | +#include <dali/integration-api/adaptor-framework/adaptor.h> | |
| 19 | 19 | #include <dali/devel-api/adaptor-framework/application-devel.h> |
| 20 | 20 | #include <dali-toolkit/devel-api/controls/control-devel.h> |
| 21 | 21 | ... | ... |