diff options
author | Merov Linden <merov@lindenlab.com> | 2014-05-07 07:42:48 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-05-07 07:42:48 -0700 |
commit | 3eb53f5426a710b0403a84bd6849fe48553194eb (patch) | |
tree | b3670f45bddb04cea3a979920e0ae740735f255f /indra/newview/llfloatertwitter.h | |
parent | 8dae4bc222d1b0744254442ab0b26538285341de (diff) |
Fix Windows build issues: change in onVisibility() profile needed to percolate to SL Share panels
Diffstat (limited to 'indra/newview/llfloatertwitter.h')
-rw-r--r-- | indra/newview/llfloatertwitter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatertwitter.h b/indra/newview/llfloatertwitter.h index 659ab7779a..f07ec2ca2f 100644 --- a/indra/newview/llfloatertwitter.h +++ b/indra/newview/llfloatertwitter.h @@ -46,7 +46,7 @@ public: void draw(); LLSnapshotLivePreview* getPreviewView(); - void onVisibilityChange(const LLSD& new_visibility); + void onVisibilityChange(BOOL new_visibility); void onAddLocationToggled(); void onAddPhotoToggled(); void onClickBigPreview(); @@ -97,7 +97,7 @@ public: void draw(); private: - void onVisibilityChange(const LLSD& new_visibility); + void onVisibilityChange(BOOL new_visibility); bool onTwitterConnectStateChange(const LLSD& data); bool onTwitterConnectInfoChange(); void onConnect(); |