corrected tiny little source glitches

This commit is contained in:
hyung-hwan 2015-01-15 06:02:25 +00:00
parent 8d88ef3f40
commit 48536f73c9
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@
#define _QSE_CMN_MMGED_HPP_
#include <qse/cmn/Mmgr.hpp>
#include <qse/cmn/StdMmgr.hpp>
/////////////////////////////////
QSE_BEGIN_NAMESPACE(QSE)

View File

@ -65,7 +65,7 @@ struct qse_tmr_event_t
qse_tmr_updater_t updater;
};
#define QSE_TMR_INVALID_INDEX ((qse_size_t)-1)
#define QSE_TMR_INVALID_INDEX ((qse_tmr_index_t)-1)
#define QSE_TMR_SIZE(tmr) ((tmr)->size)
#define QSE_TMR_CAPA(tmr) ((tmr)->capa);