Commit 31f2a182 authored by Isira Seneviratne's avatar Isira Seneviratne Committed by Alexandre Julliard

wineandroid.drv: Remove unnecessary 'extends Object' statement.

parent f33c51bb
......@@ -326,7 +326,7 @@ public class WineActivity extends Activity
private HashMap<Integer,WineWindow> win_map = new HashMap<Integer,WineWindow>();
protected class WineWindow extends Object
protected class WineWindow
{
static protected final int HWND_MESSAGE = 0xfffffffd;
static protected final int SWP_NOZORDER = 0x04;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment