Fixed: clang compile issue with stream operator >> confusion (patch provided by tebruno99, thanks!)
This commit is contained in:
parent
99a1c463a1
commit
82fd464c39
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ protected:
|
||||||
// sint32
|
// sint32
|
||||||
CInterfaceProperty _Selection;
|
CInterfaceProperty _Selection;
|
||||||
sint32 _NotLinkedToDBSelection;
|
sint32 _NotLinkedToDBSelection;
|
||||||
std::vector<std::pair<uint, ucstring>> _Texts;
|
std::vector<std::pair<uint, ucstring> > _Texts;
|
||||||
std::vector<ucstring> _Textures;
|
std::vector<ucstring> _Textures;
|
||||||
|
|
||||||
// Action Handler called on combo click
|
// Action Handler called on combo click
|
||||||
|
|
Loading…
Reference in a new issue