aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolbrush.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltoolbrush.h')
-rw-r--r--linden/indra/newview/lltoolbrush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolbrush.h b/linden/indra/newview/lltoolbrush.h
index e6e4257..97aa13f 100644
--- a/linden/indra/newview/lltoolbrush.h
+++ b/linden/indra/newview/lltoolbrush.h
@@ -73,7 +73,7 @@ public:
73 virtual void undo(); 73 virtual void undo();
74 virtual BOOL canUndo() { return TRUE; } 74 virtual BOOL canUndo() { return TRUE; }
75 75
76 virtual void redo(); 76 //virtual void redo();
77 virtual BOOL canRedo() { return FALSE; } 77 virtual BOOL canRedo() { return FALSE; }
78 78
79 79