aboutsummaryrefslogtreecommitdiff
path: root/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/main.cpp b/test/main.cpp
index c020526..d4c2e64 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -21,9 +21,9 @@ int main(int argc, char* argv[])
std::string outfile = argv[2];
- PNGImage png;
+ TehImage::PNGImage png;
png.readFromFile(infile);
- BMPImage bmp(png);
+ TehImage::BMPImage bmp(png);
bmp.writeToFile(outfile);
}