diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-18 22:03:05 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-04-18 22:03:05 -0600 |
commit | 54c7b96bf19efd28cc7ce81c0864ee7bbb7d6b1d (patch) | |
tree | 4e93f37bea4ec3ca60ab5e7700f05163cf47f436 /indra/newview | |
parent | 9ec900c3c440a8d1e25d55667c861d27a95b1297 (diff) |
Fix header guard
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llsyntaxid.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llsyntaxid.h b/indra/newview/llsyntaxid.h index 7d6e120038..1f7e893b38 100644 --- a/indra/newview/llsyntaxid.h +++ b/indra/newview/llsyntaxid.h @@ -25,10 +25,8 @@ * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA * $/LicenseInfo$ */ -#ifndef LLSYSNTAXIDLSL_H -#define LLSYSNTAXIDLSL_H - -#endif // LLSYSNTAXIDLSL_H +#ifndef LL_SYNTAXID_H +#define LL_SYNTAXID_H #include "llviewerprecompiledheaders.h" @@ -144,3 +142,5 @@ public: */ void cacheFile(const LLSD& content_ref); }; + +#endif // LLSYNTAXID_H |