diff options
author | simon <none@none> | 2013-09-17 17:01:52 -0700 |
---|---|---|
committer | simon <none@none> | 2013-09-17 17:01:52 -0700 |
commit | 33e70236f0226b2e4ebabccfa28cca04ff01211e (patch) | |
tree | 0f2b55c79705db537b26b2a494479ec659b68868 /indra/llwindow | |
parent | 9c4d4242f6b7e7254ffc82209928f7bbe4696f16 (diff) |
MAINT-3161 : Clean up avatar muting code and prototype feature
Diffstat (limited to 'indra/llwindow')
-rwxr-xr-x | indra/llwindow/lldragdropwin32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/lldragdropwin32.h b/indra/llwindow/lldragdropwin32.h index 929e7f9e37..a6824f3e90 100755 --- a/indra/llwindow/lldragdropwin32.h +++ b/indra/llwindow/lldragdropwin32.h @@ -57,7 +57,7 @@ class LLDragDropWin32 #include <windows.h> #include <ole2.h> -// imposter class that does nothing +// impostor class that does nothing class LLDragDropWin32 { public: |