(mess) fixed apollo regression. (nw)

This commit is contained in:
Sandro Ronco 2012-09-09 08:18:17 +00:00
parent 00565ee26a
commit 8a015a7744

View File

@ -113,7 +113,7 @@ struct _screen_data {
INLINE screen_data_t *get_safe_token(device_t *device) {
assert(device != NULL);
assert(device->type() == APOLLO_MONO15I || device->type() == APOLLO_MONO19I );
return (screen_data_t *)downcast<apollo_mono15i_device *>(device)->token();
return (screen_data_t *)downcast<apollo_mono_device *>(device)->token();
}
/***************************************************************************