2 * Copyright (c) 2005-2010, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
6 * DarkWyrm <darkwyrm@gmail.com>
16 #define M_UPDATE_RESOURCE 'uprs'
18 class Editor
: public BWindow
21 Editor(const BRect
&frame
, ResourceData
*data
,
23 virtual ~Editor(void);
25 ResourceData
* GetData(void) const { return fResData
; }
26 BHandler
* GetOwner(void) const { return fOwner
; }
28 ResourceData
*fResData
;