gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #43198] Build process is stopped in ASHandlers.cpp


From: Tim Van den Langenbergh
Subject: [Gnash-commit] [bug #43198] Build process is stopped in ASHandlers.cpp
Date: Wed, 15 Oct 2014 15:51:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0

Follow-up Comment #1, bug #43198 (project gnash):

A possible workaround could be to edit libcore/DragState.h:64:
bool hasBounds() const {
    -return (_bounds);
    +return (NULL != _bounds);
}

As this returns a boolean instead of an object.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43198>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]