diff options
Diffstat (limited to 'src/GenericTool.hh')
-rw-r--r-- | src/GenericTool.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GenericTool.hh b/src/GenericTool.hh index 5ad429c..75aad16 100644 --- a/src/GenericTool.hh +++ b/src/GenericTool.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: GenericTool.hh,v 1.1 2003/10/13 23:35:53 fluxgen Exp $ | 22 | // $Id: GenericTool.hh,v 1.2 2003/10/26 20:11:27 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef GENERICTOOL_HH | 24 | #ifndef GENERICTOOL_HH |
25 | #define GENERICTOOL_HH | 25 | #define GENERICTOOL_HH |
@@ -40,7 +40,7 @@ class FbWindow; | |||
40 | class GenericTool: public ToolbarItem, public FbTk::Observer, private FbTk::NotCopyable { | 40 | class GenericTool: public ToolbarItem, public FbTk::Observer, private FbTk::NotCopyable { |
41 | public: | 41 | public: |
42 | GenericTool(FbTk::FbWindow *new_window, ToolbarItem::Type type, ToolTheme &theme); | 42 | GenericTool(FbTk::FbWindow *new_window, ToolbarItem::Type type, ToolTheme &theme); |
43 | virtual ~GenericTool() { } | 43 | virtual ~GenericTool(); |
44 | void move(int x, int y); | 44 | void move(int x, int y); |
45 | void resize(unsigned int x, unsigned int y); | 45 | void resize(unsigned int x, unsigned int y); |
46 | void moveResize(int x, int y, | 46 | void moveResize(int x, int y, |