From 0b9fc06b7e0f865b39f5561d9560cfedabf906b7 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 29 Nov 2012 19:19:34 +0100 Subject: [PATCH] Fixed: clang compile issue with stream operator >> confusion (patch provided by tebruno99, thanks!) --- code/ryzom/client/src/interface_v3/dbgroup_combo_box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/interface_v3/dbgroup_combo_box.h b/code/ryzom/client/src/interface_v3/dbgroup_combo_box.h index 4631bf703..4d74508ad 100644 --- a/code/ryzom/client/src/interface_v3/dbgroup_combo_box.h +++ b/code/ryzom/client/src/interface_v3/dbgroup_combo_box.h @@ -136,7 +136,7 @@ protected: // sint32 CInterfaceProperty _Selection; sint32 _NotLinkedToDBSelection; - std::vector> _Texts; + std::vector > _Texts; std::vector _Textures; // Action Handler called on combo click