lifan
2025-09-23 a4d2315ee4ca3f6177b4fb2526bed2feff3d89be
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;
   }