xj qian
2024-07-01 01ecca79b7c23d690ba21fb182dd1f56f2f182ed
jrj/project/vindexmenu.cpp
@@ -35,8 +35,7 @@
public:
   static vindexmenu* CreateInstance(void* implPtr, void* hWnd)
   {
      vindexmenu* pWin = new vindexmenu(implPtr, (HWND)hWnd);
      return pWin;
      return new vindexmenu(implPtr, (HWND)hWnd);
   }
   int OnHideWin()