diff options
Diffstat (limited to 'src/gui/widgets/tab.h')
-rw-r--r-- | src/gui/widgets/tab.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/tab.h b/src/gui/widgets/tab.h index 271316e4..134d5591 100644 --- a/src/gui/widgets/tab.h +++ b/src/gui/widgets/tab.h @@ -28,7 +28,8 @@ class ImageRect; class TabbedArea; /** - * A tab, the same as the guichan tab in 0.8, but extended to allow transparancy + * A tab, the same as the Guichan tab in 0.8, but extended to allow + * transparency. */ class Tab : public gcn::Tab { @@ -44,7 +45,7 @@ class Tab : public gcn::Tab /** * Set the normal color fo the tab's text. */ - void setTabColor(gcn::Color color); + void setTabColor(const gcn::Color &color); /** * Set tab highlighted |