diff options
author | richard <none@none> | 2010-02-08 08:22:18 -0800 |
---|---|---|
committer | richard <none@none> | 2010-02-08 08:22:18 -0800 |
commit | df3b91e3727853355e28c37ab5f01d35372afe8b (patch) | |
tree | ce236abc101d56c0248046b9673ff9293bc40ea6 /indra/llui/lldockcontrol.h | |
parent | a8b6083f47e59bdff00cb5204fc42ef214f3567a (diff) | |
parent | 8ca06e7bf37f7e5391e14f74d8404bdc05d683d4 (diff) |
merge
Diffstat (limited to 'indra/llui/lldockcontrol.h')
-rw-r--r-- | indra/llui/lldockcontrol.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llui/lldockcontrol.h b/indra/llui/lldockcontrol.h index 550955c4c5..a5caf68001 100644 --- a/indra/llui/lldockcontrol.h +++ b/indra/llui/lldockcontrol.h @@ -47,8 +47,9 @@ class LLDockControl public: enum DocAt { - TOP - ,LEFT + TOP, + LEFT, + BOTTOM }; public: |