Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] eclipse current CVS - build I20050401-1645 - compile error

Hello,
   Current eclipse cvs have trivial compile error :

org.eclipse.swt/Eclipse\ SWT/emulated/graphics/org/eclipse/swt/graphics/Path.java, line 72

missing } in function

public void getBounds(float[] bounds) {
    if (isDisposed()) SWT.error(SWT.ERROR_GRAPHIC_DISPOSED);
    if (bounds == null) SWT.error(SWT.ERROR_NULL_ARGUMENT);
    if (bounds.length < 4) SWT.error(SWT.ERROR_INVALID_ARGUMENT);
==> line 72

public void getCurrentPoint(float[] point) {
...

regards


Back to the top