streamoperatorfix.diff
| b/code/ryzom/client/src/interface_v3/dbgroup_combo_box.h | ||
|---|---|---|
| 136 | 136 |
// sint32 |
| 137 | 137 |
CInterfaceProperty _Selection; |
| 138 | 138 |
sint32 _NotLinkedToDBSelection; |
| 139 |
std::vector<std::pair<uint, ucstring>> _Texts; |
|
| 139 |
std::vector<std::pair<uint, ucstring> > _Texts;
|
|
| 140 | 140 |
std::vector<ucstring> _Textures; |
| 141 | 141 | |
| 142 | 142 |
// Action Handler called on combo click |