diff options
author | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
commit | 8465910c79b8e746e04fd581cca2d60399e569b9 (patch) | |
tree | f43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/llcommon/lllivefile.cpp | |
parent | Second Life viewer sources 1.18.2.1 (diff) | |
download | meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.zip meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.gz meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.bz2 meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.xz |
Second Life viewer sources 1.18.3.2-RC
Diffstat (limited to 'linden/indra/llcommon/lllivefile.cpp')
-rw-r--r-- | linden/indra/llcommon/lllivefile.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/llcommon/lllivefile.cpp b/linden/indra/llcommon/lllivefile.cpp index f116a2a..17fe210 100644 --- a/linden/indra/llcommon/lllivefile.cpp +++ b/linden/indra/llcommon/lllivefile.cpp | |||
@@ -146,8 +146,11 @@ namespace | |||
146 | : LLEventTimer(refresh), mLiveFile(f) | 146 | : LLEventTimer(refresh), mLiveFile(f) |
147 | { } | 147 | { } |
148 | 148 | ||
149 | void tick() | 149 | BOOL tick() |
150 | { mLiveFile.checkAndReload(); } | 150 | { |
151 | mLiveFile.checkAndReload(); | ||
152 | return FALSE; | ||
153 | } | ||
151 | 154 | ||
152 | private: | 155 | private: |
153 | LLLiveFile& mLiveFile; | 156 | LLLiveFile& mLiveFile; |