mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fix compiler warning
This commit is contained in:
parent
c33cabeb82
commit
75f0dfb4a8
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ private:
|
||||||
|
|
||||||
/* dropped from ourselves onto ourselves */
|
/* dropped from ourselves onto ourselves */
|
||||||
|
|
||||||
T* child = *((T **) selection_data.get_data());
|
T* child = *((T * const *) selection_data.get_data());
|
||||||
|
|
||||||
if (drop.first == 0) {
|
if (drop.first == 0) {
|
||||||
_internal_vbox.reorder_child (child->widget(), -1);
|
_internal_vbox.reorder_child (child->widget(), -1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue