David Rose 16 years ago
parent
commit
d48310ad07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/display/nativeWindowHandle.h

+ 1 - 1
panda/src/display/nativeWindowHandle.h

@@ -56,7 +56,7 @@ public:
 #endif  // HAVE_X11
 
 #ifdef WIN32
-  static PT(WindowHandle) make_win32(HWND window);
+  static PT(WindowHandle) make_win(HWND window);
 #endif  // WIN32
   
 public: