Add missing header guards

This commit is contained in:
Drake Arconis
2014-03-01 18:00:59 -05:00
parent 71d9084a95
commit 64d4a9e240
9 changed files with 36 additions and 2 deletions

View File

@@ -10,6 +10,10 @@
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef LL_LLFLOATERAVATARLIST_H
#define LL_LLFLOATERAVATARLIST_H
#include "llavatarname.h"
#include "llavatarpropertiesprocessor.h"
#include "llfloater.h"
@@ -373,3 +377,5 @@ private:
*/
LLUUID mFocusedAvatar;
};
#endif