Fixed the build: 'm_options' was not declared in this scope

This commit is contained in:
Robbbert 2016-03-27 13:37:25 +11:00
parent a90599b902
commit b5a8d466d0

View File

@ -25,7 +25,7 @@ target_manager::target_manager(texture_manager& textures)
: m_textures(textures) : m_textures(textures)
, m_screen_count(0) , m_screen_count(0)
{ {
(void)m_options; // prevent carping about unused variable //(void)m_options; // prevent carping about unused variable
} }
target_manager::~target_manager() target_manager::~target_manager()