diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-19 18:45:22 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-19 18:45:22 -0700 |
commit | eedc8687b0d05a14e41f1601d2ee615c69d132d0 (patch) | |
tree | 0488609e24bd916bd8635d4bc6cad0383db028c4 /indra/newview/lldebugview.h | |
parent | 6d7ab5d1346a8c91563a83d0a5eee912d36a1488 (diff) |
EXP-1364 FIX Debug console output covered by left toolbar buttons if present
EXP-1427 FIX Voice Settings dialog closes when selecting minimize option
Diffstat (limited to 'indra/newview/lldebugview.h')
-rw-r--r-- | indra/newview/lldebugview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lldebugview.h b/indra/newview/lldebugview.h index 20262fc89e..907a42c981 100644 --- a/indra/newview/lldebugview.h +++ b/indra/newview/lldebugview.h @@ -55,6 +55,7 @@ public: ~LLDebugView(); void init(); + void draw(); void setStatsVisible(BOOL visible); |