mrDarker
2025-05-20 2a803976ed12e59f3e082e7c08941ef5004e6ea1
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); }