Skip to content

Commit

Permalink
prevent msvc compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 9, 2014
1 parent b9d12c6 commit e7573db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/auxiliary/event/handler.hpp
Expand Up @@ -14,7 +14,9 @@

#ifndef GUI_WIDGETS_AUXILIARY_EVENT_HANDLER_HPP_INCLUDED
#define GUI_WIDGETS_AUXILIARY_EVENT_HANDLER_HPP_INCLUDED

#ifdef BOOST_MPL_LIMIT_SET_SIZE
#undef BOOST_MPL_LIMIT_SET_SIZE
#endif
#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
#define BOOST_MPL_LIMIT_SET_SIZE 30

Expand Down

0 comments on commit e7573db

Please sign in to comment.