summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-20 00:14:41 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-20 13:55:42 +0300
commit504219f9df4b9dda139dd832e263a136e51c4851 (patch)
tree36daaa884d7c3fa64e6d6f2ba3ccb382e2201d8f /src/gui/widgets/browserbox.h
parentd59cd9111c1e86b224ea62cc975c49b157e2b3cf (diff)
downloadplus-504219f9df4b9dda139dd832e263a136e51c4851.tar.gz
plus-504219f9df4b9dda139dd832e263a136e51c4851.tar.bz2
plus-504219f9df4b9dda139dd832e263a136e51c4851.tar.xz
plus-504219f9df4b9dda139dd832e263a136e51c4851.zip
Add palette inheritance to browserbox class.
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r--src/gui/widgets/browserbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h
index b6d504a15..ceb4b1b3f 100644
--- a/src/gui/widgets/browserbox.h
+++ b/src/gui/widgets/browserbox.h
@@ -84,7 +84,8 @@ class BrowserBox final : public gcn::Widget,
/**
* Constructor.
*/
- BrowserBox(const unsigned int mode = AUTO_SIZE,
+ BrowserBox(const Widget2 *const widget,
+ const unsigned int mode = AUTO_SIZE,
const bool opaque = true);
A_DELETE_COPY(BrowserBox)