From 9c5199501633ba0e032035a20ef7b9b8e09585cd Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Thu, 25 Aug 2005 13:43:11 +0000 Subject: Fixed include path. --- ChangeLog | 1 + src/gui/tabbedcontainer.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a12eedb9..fed9cb27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2005-08-25 Björn Steinbrink + * src/gui/tabbedcontainer.h: Fix include path for guichanfwd.h. * src/gui/tabbedcontainer.cpp, src/gui/tabbedcontainer.h: Added a new container type, that allows switching between the contents through a tab bar at the top of the container. diff --git a/src/gui/tabbedcontainer.h b/src/gui/tabbedcontainer.h index a2c4c90c..89c10c1c 100644 --- a/src/gui/tabbedcontainer.h +++ b/src/gui/tabbedcontainer.h @@ -31,7 +31,7 @@ #include -#include "guichanfwd.h" +#include "../guichanfwd.h" class TabbedContainer : public gcn::Container, public gcn::ActionListener { -- cgit v1.2.3-70-g09d2