mrDarker
2025-06-26 da96e6da0b677c6a4e96308aaecd3d619a8e4db2
SourceCode/Bond/Servo/CStep.h
@@ -30,6 +30,7 @@
      void setProp(const char* pszKey, void* pValue);
      void* getProp(const char* pszKey);
      void addAttribute(CAttribute* pAttribute);
      void addAttributeVector(CAttributeVector& attributeVector);
   protected:
      inline void Lock() { EnterCriticalSection(&m_criticalSection); }