13
0

fix compiler warning

This commit is contained in:
Robin Gareus 2013-07-11 15:44:35 +02:00
parent c33cabeb82
commit 75f0dfb4a8

View File

@ -351,7 +351,7 @@ private:
/* dropped from ourselves onto ourselves */
T* child = *((T **) selection_data.get_data());
T* child = *((T * const *) selection_data.get_data());
if (drop.first == 0) {
_internal_vbox.reorder_child (child->widget(), -1);