aboutsummaryrefslogtreecommitdiffstats
path: root/src/picopng.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:27:57 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:27:57 +0100
commitf9cc383fc697a884413bda65d75e0e13dfcf3cbb (patch)
treed14fc79e12e0a4983cbbc60167a8d1ef34daaa89 /src/picopng.cpp
parentf96af48ad82f1ddfab1402ca5c6eafd82af2b217 (diff)
downloadYAGE-f9cc383fc697a884413bda65d75e0e13dfcf3cbb.tar.gz
YAGE-f9cc383fc697a884413bda65d75e0e13dfcf3cbb.zip
Fixing namespace.
Diffstat (limited to 'src/picopng.cpp')
-rw-r--r--src/picopng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/picopng.cpp b/src/picopng.cpp
index 337038ba..401fb932 100644
--- a/src/picopng.cpp
+++ b/src/picopng.cpp
@@ -1115,4 +1115,4 @@ int decodePNG(std::vector<unsigned char> &out_image, unsigned long &image_width,
return decoder.error;
}
-} // yage
+} // namespace yage