diff options
author | Richard Linden <none@none> | 2010-03-05 17:41:02 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-03-05 17:41:02 -0800 |
commit | 9412447b4f49e068fc5890821ed4b8686e13d723 (patch) | |
tree | 91a8b0dbbc9fed2ebad87ebd7a63ac738e04cac7 /indra/llui/llview.h | |
parent | 64b5c53156ce3115652e094be25a3e165512ffca (diff) | |
parent | 7cea645ba2b77d5bbcba7a7189aa584ac95ff453 (diff) |
merge
Diffstat (limited to 'indra/llui/llview.h')
-rw-r--r-- | indra/llui/llview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llview.h b/indra/llui/llview.h index c4d7313743..efae00f0e5 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -171,9 +171,9 @@ private: // widgets in general are not copyable LLView(const LLView& other) {}; public: -#if LL_DEBUG +//#if LL_DEBUG static BOOL sIsDrawing; -#endif +//#endif enum ESoundFlags { SILENT = 0, |