mrDarker
2025-06-19 8ffc831c6bf37a73961e22efc145be4e8c8f1241
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); }