aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llundo.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llui/llundo.cpp
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llundo.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/linden/indra/llui/llundo.cpp b/linden/indra/llui/llundo.cpp
index a267ae2..4fdf9d3 100644
--- a/linden/indra/llui/llundo.cpp
+++ b/linden/indra/llui/llundo.cpp
@@ -1,6 +1,5 @@
1/** 1/**
2 * @file llundo.cpp 2 * @file llundo.cpp
3 * @brief LLUndo class
4 * 3 *
5 * $LicenseInfo:firstyear=2001&license=viewergpl$ 4 * $LicenseInfo:firstyear=2001&license=viewergpl$
6 * 5 *
@@ -29,12 +28,8 @@
29 * $/LicenseInfo$ 28 * $/LicenseInfo$
30 */ 29 */
31 30
32// Generic interface for undo/redo circular buffer
33
34#include "linden_common.h" 31#include "linden_common.h"
35
36#include "llundo.h" 32#include "llundo.h"
37#include "llerror.h"
38 33
39 34
40// TODO: 35// TODO:
@@ -82,7 +77,7 @@ LLUndoBuffer::~LLUndoBuffer()
82//----------------------------------------------------------------------------- 77//-----------------------------------------------------------------------------
83// getNextAction() 78// getNextAction()
84//----------------------------------------------------------------------------- 79//-----------------------------------------------------------------------------
85LLUndoAction *LLUndoBuffer::getNextAction(BOOL setClusterBegin) 80LLUndoBuffer::LLUndoAction* LLUndoBuffer::getNextAction(BOOL setClusterBegin)
86{ 81{
87 LLUndoAction *nextAction = mActions[mNextAction]; 82 LLUndoAction *nextAction = mActions[mNextAction];
88 83