From f030154fe727e25a2afe1f78b3998c2d2dba95e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 18 Aug 2009 09:24:15 +0000 Subject: astyle cleanup, corrects not loading of material textures --- src/ui/toolbar.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/toolbar.cc') diff --git a/src/ui/toolbar.cc b/src/ui/toolbar.cc index 0d9dfe6..deeff17 100644 --- a/src/ui/toolbar.cc +++ b/src/ui/toolbar.cc @@ -7,7 +7,8 @@ #include "ui/toolbar.h" #include "ui/button.h" -namespace ui { +namespace ui +{ Toolbar::Toolbar(Widget *parent) : Widget(parent) { -- cgit v1.2.3