qianxj2004
2025-06-09 6131814bc90be94feb1eabeb41be845f55082e02
jrj/project/business/SO3.list.cpp
@@ -26,6 +26,7 @@
public:
   static SO3list* CreateInstance(void* implPtr, void* hWnd)
   {
      SO3list* pWin = new SO3list(implPtr, (HWND)hWnd);
      return pWin;
   }