From 6485376d3ddc34e3a974dc2405b82bf5dab88a47 Mon Sep 17 00:00:00 2001 From: elektrahesse Date: Thu, 16 Sep 2010 18:24:53 +0200 Subject: Switched struct declaration to a more C++esque way... Aleric hit me with a stick :P --- linden/indra/newview/llchatbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/newview/llchatbar.h b/linden/indra/newview/llchatbar.h index 135881f..5542d8a 100644 --- a/linden/indra/newview/llchatbar.h +++ b/linden/indra/newview/llchatbar.h @@ -46,7 +46,7 @@ class LLChatBarGestureObserver; class LLComboBox; class LLSpinCtrl; -typedef struct { +struct CompletionHolder { std::string left; std::string right; std::string match; @@ -54,7 +54,7 @@ typedef struct { std::string last_txt; std::string last_match; int current_index; -} CompletionHolder; +}; class LLChatBar : public LLPanel -- cgit v1.1