diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-06 19:19:07 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-06 19:19:07 +0000 |
commit | ec0dd8968c7bbfd469d7400920f93c68ba168d5d (patch) | |
tree | ca508de87bc079c726488d0caa77b887a73cd71d /indra/newview/llviewerparcelmediaautoplay.h | |
parent | 4c7ae59996c2743152928abd81831a2ab5e788b6 (diff) |
Update the rest of the LLEventTimer users to #include lleventtimer.h. I think.
Diffstat (limited to 'indra/newview/llviewerparcelmediaautoplay.h')
-rw-r--r-- | indra/newview/llviewerparcelmediaautoplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerparcelmediaautoplay.h b/indra/newview/llviewerparcelmediaautoplay.h index 1d80b4756c..40142c1dd1 100644 --- a/indra/newview/llviewerparcelmediaautoplay.h +++ b/indra/newview/llviewerparcelmediaautoplay.h @@ -33,7 +33,7 @@ #ifndef LLVIEWERPARCELMEDIAAUTOPLAY_H #define LLVIEWERPARCELMEDIAAUTOPLAY_H -#include "lltimer.h" +#include "lleventtimer.h" #include "lluuid.h" // timer to automatically play media |