lifan
9 天以前 5d9955c19c1d28d13015fcbc4c7da87ec951aa2a
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;
   }