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

@@ -1,3 +1,6 @@
#ifndef LL_LLFLOATERMESSAGELOG_H
#define LL_LLFLOATERMESSAGELOG_H
// <edit>
#include "llfloater.h"
#include "llmessagelog.h"
@@ -94,3 +97,5 @@ public:
static void onClickFilterMenu(void* user_data);
};
// </edit>
#endif