1 parent 762a579 commit 11b6913Copy full SHA for 11b6913
src/tbb-compat/tbb-compat.cpp
@@ -40,7 +40,7 @@ class task_scheduler_observer_v3 {
40
/** For local observers the method can be used only when the current thread
41
has the task scheduler initialized or is attached to an arena.
42
Repeated calls with the same state are no-ops. **/
43
-void __TBB_EXPORTED_METHOD observe( bool state=true );
+voidDLL_EXPORT __TBB_EXPORTED_METHOD observe( bool state=true );
44
45
//! Returns true if observation is enabled, false otherwise.
46
boolis_observing() const {return my_proxy!=NULL;}
0 commit comments