diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-20 00:14:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-20 13:55:42 +0300 |
commit | 504219f9df4b9dda139dd832e263a136e51c4851 (patch) | |
tree | 36daaa884d7c3fa64e6d6f2ba3ccb382e2201d8f /src/gui/widgets/browserbox.h | |
parent | d59cd9111c1e86b224ea62cc975c49b157e2b3cf (diff) | |
download | ManaVerse-504219f9df4b9dda139dd832e263a136e51c4851.tar.gz ManaVerse-504219f9df4b9dda139dd832e263a136e51c4851.tar.bz2 ManaVerse-504219f9df4b9dda139dd832e263a136e51c4851.tar.xz ManaVerse-504219f9df4b9dda139dd832e263a136e51c4851.zip |
Add palette inheritance to browserbox class.
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 3 |
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) |