diff options
| author | Max Horn | 2007-04-25 19:31:23 +0000 |
|---|---|---|
| committer | Max Horn | 2007-04-25 19:31:23 +0000 |
| commit | 00b9bc7b36682365e64d710b4e843659bef373da (patch) | |
| tree | 27f48e6cb51c37d595a6dd04d9fc1d773f4f766c /gui | |
| parent | 8306e0ebe5bddd5945bdfb436fcfb7148160e029 (diff) | |
| download | scummvm-rg350-00b9bc7b36682365e64d710b4e843659bef373da.tar.gz scummvm-rg350-00b9bc7b36682365e64d710b4e843659bef373da.tar.bz2 scummvm-rg350-00b9bc7b36682365e64d710b4e843659bef373da.zip | |
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel)
svn-id: r26594
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme.h b/gui/theme.h index 7f04063391..b8055819d5 100644 --- a/gui/theme.h +++ b/gui/theme.h @@ -183,7 +183,7 @@ public: break; }; return Graphics::kTextAlignCenter; - }; + } TextAlign convertAligment(Graphics::TextAlignment align) const { switch (align) { |
