xj qian
2024-07-02 c34f5ae522756455f43b749684387c98ec1b03e5
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()