diff options
author | Jacek Antonelli | 2008-08-15 23:45:29 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:29 -0500 |
commit | 7bdb4845afdd157f95281293803567090e3f992a (patch) | |
tree | fbcada1c227d7407f9f37ccba360bfe6326d9c5e /linden/indra/newview/lloverlaybar.h | |
parent | Second Life viewer sources 1.19.0.0 (diff) | |
download | meta-impy-7bdb4845afdd157f95281293803567090e3f992a.zip meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.gz meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.bz2 meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.xz |
Second Life viewer sources 1.19.0.2
Diffstat (limited to 'linden/indra/newview/lloverlaybar.h')
-rw-r--r-- | linden/indra/newview/lloverlaybar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/lloverlaybar.h b/linden/indra/newview/lloverlaybar.h index 46dbfef..c4bf2cf 100644 --- a/linden/indra/newview/lloverlaybar.h +++ b/linden/indra/newview/lloverlaybar.h | |||
@@ -78,8 +78,8 @@ public: | |||
78 | static void onClickResetView(void* data); | 78 | static void onClickResetView(void* data); |
79 | 79 | ||
80 | //static media helper functions | 80 | //static media helper functions |
81 | static void mediaPlay(void*); | 81 | static void toggleMediaPlay(void*); |
82 | static void musicPlay(void*); | 82 | static void toggleMusicPlay(void*); |
83 | 83 | ||
84 | protected: | 84 | protected: |
85 | static void* createMediaRemote(void* userdata); | 85 | static void* createMediaRemote(void* userdata); |