diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-14 19:28:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-14 19:28:34 +0000 |
| commit | 1b1efab489353734f0047f97fe5fef7f96d0ee68 (patch) | |
| tree | c5aef6771f1634f9fe0add5d8f07c71b9358be9d /src/Toolbar.cc | |
| parent | f00ed578baacb73a36227fed1419e9d451ee7bb0 (diff) | |
compile with -Wall -W -pendantic when --enable-debug is set.
Diffstat (limited to 'src/Toolbar.cc')
| -rw-r--r-- | src/Toolbar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index d801cb4b..8a3ea6b2 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc @@ -66,8 +66,8 @@ #include <string> using std::ends; -Toolbar::Toolbar(BScreen &scrn, Resource &conf) : screen(scrn), - openbox(scrn.getOpenbox()), config(conf) +Toolbar::Toolbar(BScreen &scrn, Resource &conf) : openbox(scrn.getOpenbox()), + screen(scrn), config(conf) { load(); |
