From d7f059d547012c2c75afd6d53b6cc6fb82c3fc52 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 10 May 2004 07:43:16 +0000 Subject: [PATCH] Changed namespace Exif to Exiv2 --- src/mn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mn.sh b/src/mn.sh index 044b346e..3fad94fe 100755 --- a/src/mn.sh +++ b/src/mn.sh @@ -10,6 +10,6 @@ done echo "namespace {" >> mn.cpp for file in *mn.hpp; do class=`grep 'class .*MakerNote.*:' $file | awk '{print $2}'` - echo " Exif::"$class `basename $file .hpp`";" >> mn.cpp + echo " Exiv2::"$class `basename $file .hpp`";" >> mn.cpp done echo "}" >> mn.cpp