diff options
Diffstat (limited to 'src/guichan/include/guichan/widgets/label.hpp')
-rw-r--r-- | src/guichan/include/guichan/widgets/label.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/widgets/label.hpp b/src/guichan/include/guichan/widgets/label.hpp index d5b2ed9f5..473f6e530 100644 --- a/src/guichan/include/guichan/widgets/label.hpp +++ b/src/guichan/include/guichan/widgets/label.hpp @@ -72,7 +72,7 @@ namespace gcn */ Label(const std::string& caption); - A_DELETE_COPY(Label); + A_DELETE_COPY(Label) /** * Gets the caption of the label. |