diff options
Diffstat (limited to 'src/gui/skill.h')
-rw-r--r-- | src/gui/skill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/skill.h b/src/gui/skill.h index c27f5ad2..0a87afed 100644 --- a/src/gui/skill.h +++ b/src/gui/skill.h @@ -35,7 +35,7 @@ struct SKILL { /** * The skill dialog. * - * \ingroup GUI + * \ingroup Interface */ class SkillDialog : public Window, public gcn::ActionListener, public gcn::ListModel |