Fix WebWatch build, remove __declspec(dllexport)
This commit is contained in:
parent
f09b888e61
commit
cf225839c2
@ -68,7 +68,7 @@ WatchView::WatchView(BMessage* message)
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
__declspec(dllexport) WatchView* WatchView::Instantiate(BMessage* archive)
|
||||
WatchView* WatchView::Instantiate(BMessage* archive)
|
||||
{
|
||||
if (validate_instantiation(archive, REPLICANT_CLASS))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user