summaryrefslogtreecommitdiff
path: root/indra/llui/lldockcontrol.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2010-02-09 09:49:57 -0800
committerRick Pasetto <rick@lindenlab.com>2010-02-09 09:49:57 -0800
commit8fdb199707979916d4d3c23cd19fec9fed411aba (patch)
tree2113aae65de6635ff5a6189ae908186b398c61e8 /indra/llui/lldockcontrol.h
parentc9b27bec33d601330afe854d0322d22fce9da76a (diff)
parent67afc668648f8c9fe9e39a9dbe280a15b60d75a4 (diff)
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0
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: