Fix missing namespace in Events on Windows and Mac OS X

This commit is contained in:
Micke Prag 2012-02-03 17:32:54 +01:00
parent e834160492
commit ba9c50f625
4 changed files with 7 additions and 3 deletions

View file

@ -5,6 +5,8 @@
#include <windows.h>
#include <list>
using namespace TelldusCore;
class EventHandler::PrivateData {
public:
HANDLE *eventArray;