comparison widgets/CommandHistory.cpp @ 800:102ffad481e6 tonioni

Comment out debug
author Chris Cannam
date Mon, 16 Jun 2014 11:40:02 +0100
parents f428bd852580
children 4a578a360011
comparison
equal deleted inserted replaced
798:6eb0b20c940f 800:102ffad481e6
35 35
36 #include <iostream> 36 #include <iostream>
37 37
38 #include <typeinfo> 38 #include <typeinfo>
39 39
40 #define DEBUG_COMMAND_HISTORY 1 40 //#define DEBUG_COMMAND_HISTORY 1
41 41
42 CommandHistory *CommandHistory::m_instance = 0; 42 CommandHistory *CommandHistory::m_instance = 0;
43 43
44 CommandHistory::CommandHistory() : 44 CommandHistory::CommandHistory() :
45 m_undoLimit(50), 45 m_undoLimit(50),