We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d09bb commit f036b88Copy full SHA for f036b88
source/FAST/ProcessObject.cpp
@@ -474,8 +474,4 @@ bool ProcessObject::hasReceivedLastFrameFlag() const {
474
return lastFrame;
475
}
476
477
-ProcessObject::~ProcessObject() {
478
-
479
-}
480
481
} // namespace fast
source/FAST/ProcessObject.hpp
@@ -171,9 +171,6 @@ class FAST_EXPORT ProcessObject : public AttributeObject {
171
* @return
172
*/
173
bool hasReceivedLastFrameFlag() const;
174
175
- // Without this, PythonProcessObject will cause crash on windows on connect
176
- virtual ~ProcessObject();
177
protected:
178
ProcessObject();
179
// Flag to indicate whether the object has been modified
0 commit comments