diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-14 14:08:24 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-05-14 14:08:24 -0600 |
commit | e776b600b1a76fcbe316041fc6fa8e885464daee (patch) | |
tree | 79982fcb22e40343969b789ff8f175fae9b40632 /indra/newview/llfloaterscriptedprefs.h | |
parent | c073bad6b29fa3c5167c28c286171a1bda9b5e4a (diff) |
Refactor more script editor properties away from LLTextEditor to LLScriptEditor
Diffstat (limited to 'indra/newview/llfloaterscriptedprefs.h')
-rw-r--r-- | indra/newview/llfloaterscriptedprefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterscriptedprefs.h b/indra/newview/llfloaterscriptedprefs.h index 360c9adc92..765db75abc 100644 --- a/indra/newview/llfloaterscriptedprefs.h +++ b/indra/newview/llfloaterscriptedprefs.h @@ -25,8 +25,8 @@ * $/LicenseInfo$ */ -#ifndef LLFLOATERSCRIPTEDPREFS_H -#define LLFLOATERSCRIPTEDPREFS_H +#ifndef LL_FLOATERSCRIPTEDPREFS_H +#define LL_FLOATERSCRIPTEDPREFS_H #include "llfloater.h" |