Fixed: clang compile issue with stream operator >> confusion (patch provided by tebruno99, thanks!)

hg/feature/build_pipeline_v3
kervala 12 years ago
parent b94b59c9b7
commit 0b9fc06b7e

@ -136,7 +136,7 @@ protected:
// sint32
CInterfaceProperty _Selection;
sint32 _NotLinkedToDBSelection;
std::vector<std::pair<uint, ucstring>> _Texts;
std::vector<std::pair<uint, ucstring> > _Texts;
std::vector<ucstring> _Textures;
// Action Handler called on combo click

Loading…
Cancel
Save