comparison widgets/CommandHistory.cpp @ 808:40c6c9344ff6 warnfix_no_size_t

Merge from branch tony_integration
author Chris Cannam
date Wed, 18 Jun 2014 08:40:46 +0100
parents 102ffad481e6
children 4a578a360011
comparison
equal deleted inserted replaced
807:e4773943c9c1 808:40c6c9344ff6
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),