summaryrefslogtreecommitdiff
path: root/src/guichan/basiccontainer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/basiccontainer.hpp')
-rw-r--r--src/guichan/basiccontainer.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guichan/basiccontainer.hpp b/src/guichan/basiccontainer.hpp
index 7a0b67141..269a5ba44 100644
--- a/src/guichan/basiccontainer.hpp
+++ b/src/guichan/basiccontainer.hpp
@@ -60,7 +60,8 @@ namespace gcn
* @see Container
* @since 0.6.0
*/
- class GCN_CORE_DECLSPEC BasicContainer : public Widget, public DeathListener
+ class GCN_CORE_DECLSPEC BasicContainer : public Widget,
+ public DeathListener
{
public:
/**