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

This commit is contained in:
kervala 2012-11-29 19:19:34 +01:00
parent b94b59c9b7
commit 0b9fc06b7e

View file

@ -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