Browse Source

Fixed error.

Branimir Karadžić 11 years ago
parent
commit
aa9f65e377
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/common/entry/entry_asmjs.cpp

+ 1 - 0
examples/common/entry/entry_asmjs.cpp

@@ -13,6 +13,7 @@ namespace entry
 {
 	const Event* poll()
 	{
+		return NULL;
 	}
 
 	void release(const Event* /*_event*/)