aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/cms_dec.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-14 22:33:14 +0000
committerlloyd <[email protected]>2009-10-14 22:33:14 +0000
commit28f875732c6379531e28c12091c44031941e0dff (patch)
treee144c77e73691a8ada070e6052688377c73ad44b /doc/examples/cms_dec.cpp
parent0b23f4071f21564fb63d7b11768070658c4b8f77 (diff)
Fix some minor compilation issues in the examples
Diffstat (limited to 'doc/examples/cms_dec.cpp')
-rw-r--r--doc/examples/cms_dec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cms_dec.cpp b/doc/examples/cms_dec.cpp
index 3fa285395..de4d732f0 100644
--- a/doc/examples/cms_dec.cpp
+++ b/doc/examples/cms_dec.cpp
@@ -10,7 +10,7 @@ int main(int argc, char* argv[])
{
if(argc != 2)
{
- printf("Usage: %s <filename>\n", argv[0]);
+ std::cout << "Usage: " << argv[0] << " <filename>\n";
return 1;
}