File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,7 @@ class ObjectsManager
101101 * @param obj
102102 * @throw ObjectNotFoundError if object is not found.
103103 */
104- void
105- stopPublishing (TObject* obj);
104+ void stopPublishing (TObject* obj);
106105
107106 /* *
108107 * Stop publishing this object
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ void SliceTrendingTask::generatePlots()
253253 }
254254
255255 mPlots [plot.name ] = c;
256- getObjectsManager ()->startPublishing < true > (c, PublicationPolicy::Once);
256+ getObjectsManager ()->startPublishing (c, PublicationPolicy::Once);
257257 }
258258} // void SliceTrendingTask::generatePlots()
259259
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ void TrendingTask::generatePlots()
257257 }
258258 auto c = drawPlot (plotConfig);
259259 mPlots [plotConfig.name ].reset (c);
260- getObjectsManager ()->startPublishing < true > (c, PublicationPolicy::Once);
260+ getObjectsManager ()->startPublishing (c, PublicationPolicy::Once);
261261 }
262262}
263263
You can’t perform that action at this time.
0 commit comments