diff options
author | callum <none@none> | 2010-07-09 17:08:39 -0700 |
---|---|---|
committer | callum <none@none> | 2010-07-09 17:08:39 -0700 |
commit | ee50934d886b07c85e3be0515ff3e53625052faa (patch) | |
tree | b192153cdd1236544157f70131b44f298a650103 /indra/newview/lldndbutton.h | |
parent | 76ce102427c12cbb57fe0848cbcbd1adcabdd1a8 (diff) | |
parent | 5b1386e5b6e147f2b253ca4e5f0ba3ee831f08a9 (diff) |
Merge
Diffstat (limited to 'indra/newview/lldndbutton.h')
-rw-r--r-- | indra/newview/lldndbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldndbutton.h b/indra/newview/lldndbutton.h index c888268187..433b3f7ff5 100644 --- a/indra/newview/lldndbutton.h +++ b/indra/newview/lldndbutton.h @@ -54,7 +54,7 @@ public: Params(); }; - LLDragAndDropButton(Params& params); + LLDragAndDropButton(const Params& params); typedef boost::function<bool ( S32 /*x*/, S32 /*y*/, MASK /*mask*/, BOOL /*drop*/, |