correct size for Listener ID

This commit is contained in:
Ricardo Quesada 2013-11-12 17:14:51 -08:00
parent 2db3ffd01f
commit 4848e3d3bb
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public:
CUSTOM
};
typedef int ListenerID;
typedef std::size_t ListenerID;
protected:
/** Constructor */