Łukasz Wychrystenko 17 years ago
parent
commit
07d1faeedc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CThreadHelper.h

+ 1 - 1
CThreadHelper.h

@@ -35,4 +35,4 @@ template <typename T> inline void setData(T * data, boost::function<T()> func)
 #define GET_DEF_ESS(DESTINATION, DEF_NAME) \
 	(GET_DATA \
 		(CDefEssential*,DESTINATION,\
-		boost::function<CDefEssential*()>(boost::bind(CDefHandler::giveDefEss,DEF_NAME,(CLodHandler*)NULL))))
+		boost::function<CDefEssential*()>(boost::bind(CDefHandler::giveDefEss,DEF_NAME,(CLodHandler*)NULL))))