Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/map.h')
-rw-r--r--src/client/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/map.h b/src/client/map.h
index c7c1c29..d75024a 100644
--- a/src/client/map.h
+++ b/src/client/map.h
@@ -7,11 +7,11 @@
#ifndef __INCLUDED_CLIENT_MAP_H__
#define __INCLUDED_CLIENT_MAP_H__
-#include "ui/widget.h"
+#include "ui/window.h"
namespace client {
-class Map : public ui::Widget
+class Map : public ui::Window
{
public:
Map(ui::Widget *parent = 0);