summaryrefslogtreecommitdiff
path: root/indra/llui/lldockcontrol.h
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-08 08:22:18 -0800
committerrichard <none@none>2010-02-08 08:22:18 -0800
commitdf3b91e3727853355e28c37ab5f01d35372afe8b (patch)
treece236abc101d56c0248046b9673ff9293bc40ea6 /indra/llui/lldockcontrol.h
parenta8b6083f47e59bdff00cb5204fc42ef214f3567a (diff)
parent8ca06e7bf37f7e5391e14f74d8404bdc05d683d4 (diff)
merge
Diffstat (limited to 'indra/llui/lldockcontrol.h')
-rw-r--r--indra/llui/lldockcontrol.h5
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: