aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolbrush.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:02 -0500
committerJacek Antonelli2008-08-15 23:45:02 -0500
commitd644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd (patch)
tree7ed0c2c27d717801238a2e6b5749cd5bf88c3059 /linden/indra/newview/lltoolbrush.h
parentSecond Life viewer sources 1.17.3.0 (diff)
downloadmeta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.zip
meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.gz
meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.bz2
meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.xz
Second Life viewer sources 1.18.0.6
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