summaryrefslogtreecommitdiffstats
path: root/src/Gui/Window.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-09 18:08:01 +0200
committerneoraider <devnull@localhost>2008-04-09 18:08:01 +0200
commite8e438f5ee6aa850eec8dbb2343f697b2c2731d7 (patch)
tree62a9871d9d1ee8aa963a578af6f2a8f3afc18b6a /src/Gui/Window.h
parent67f1708076c6e0376baed2fd45f1d3d447cf03db (diff)
downloadzoomedit-e8e438f5ee6aa850eec8dbb2343f697b2c2731d7.tar
zoomedit-e8e438f5ee6aa850eec8dbb2343f697b2c2731d7.zip
* Working scrollbars!
* More forward declarations: Compiles faster now
Diffstat (limited to 'src/Gui/Window.h')
-rw-r--r--src/Gui/Window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Gui/Window.h b/src/Gui/Window.h
index 89e9f49..4cb3845 100644
--- a/src/Gui/Window.h
+++ b/src/Gui/Window.h
@@ -3,11 +3,12 @@
#include <gtkmm/window.h>
#include <libglademm/xml.h>
-#include "RenderArea.h"
namespace ZoomEdit {
namespace Gui {
+class RenderArea;
+
class Window : public Gtk::Window {
private:
RenderArea *renderArea;