diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-09 12:22:07 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-09 14:39:51 +0200 |
commit | 66338e11a48f600c63d37c3969ddb8b5a1188011 (patch) | |
tree | b99cc9dd547752038cde5261c04fe1f2fcff25b6 | |
parent | 93210ec3b3e7e773e998a3771136043748232f85 (diff) |
Fix error in comment
Change-Id: I636da8b596e984ecadd13e5fe6a5b9a843ba3a81
-rw-r--r-- | include/basebmp/color.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basebmp/color.hxx b/include/basebmp/color.hxx index 52451fff7fed..b2d79b7c9f85 100644 --- a/include/basebmp/color.hxx +++ b/include/basebmp/color.hxx @@ -86,7 +86,7 @@ public: + getBlue()*getBlue()); } }; -} // namespace vigra +} // namespace basebmp #endif /* INCLUDED_BASEBMP_COLOR_HXX */ |