~ubuntu-branches/debian/jessie/scummvm/jessie

« back to all changes in this revision

Viewing changes to backends/platform/wince/CEgui/GUIElement.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2010-05-07 18:57:09 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100507185709-34v8yycywjrou5o3
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * along with this program; if not, write to the Free Software
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 *
21
 
 * $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-1-0-0/backends/platform/wince/CEgui/GUIElement.cpp $
22
 
 * $Id: GUIElement.cpp 28966 2007-09-19 08:40:12Z peres001 $
 
21
 * $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-1-1-1/backends/platform/wince/CEgui/GUIElement.cpp $
 
22
 * $Id: GUIElement.cpp 47443 2010-01-22 19:05:02Z eriktorbjorn $
23
23
 *
24
24
 */
25
25
 
120
120
        }
121
121
 
122
122
        GUIElement::~GUIElement() {
123
 
                if (_background)
124
 
                        delete _background;
 
123
                delete _background;
125
124
        }
126
125
 
127
126
}