summaryrefslogtreecommitdiffstats
path: root/libdimensionxx/dimensionxx/canvas.hpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-04-10 20:53:40 +0000
committerTavian Barnes <tavianator@gmail.com>2009-04-10 20:53:40 +0000
commitbef2ee297d3492c8a54e61fe498e6eda518da250 (patch)
treee6a140f10bec35df88ef39e8baba023ee94441c9 /libdimensionxx/dimensionxx/canvas.hpp
parentc29bc5a684107737b60be1474e8bd6470ce4eae9 (diff)
downloaddimension-bef2ee297d3492c8a54e61fe498e6eda518da250.tar.xz
Write C++ color wrappers.
Diffstat (limited to 'libdimensionxx/dimensionxx/canvas.hpp')
-rw-r--r--libdimensionxx/dimensionxx/canvas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimensionxx/dimensionxx/canvas.hpp b/libdimensionxx/dimensionxx/canvas.hpp
index 9bb76eb..e2e493a 100644
--- a/libdimensionxx/dimensionxx/canvas.hpp
+++ b/libdimensionxx/dimensionxx/canvas.hpp
@@ -21,7 +21,7 @@
#ifndef DIMENSIONXX_CANVAS_HPP
#define DIMENSIONXX_CANVAS_HPP
-namespace dimension
+namespace Dimension
{
}