summaryrefslogtreecommitdiff
path: root/cpp/src/slice2php/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2php/Main.cpp')
-rw-r--r--cpp/src/slice2php/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2php/Main.cpp b/cpp/src/slice2php/Main.cpp
index 57d5c945f5e..e943a742838 100644
--- a/cpp/src/slice2php/Main.cpp
+++ b/cpp/src/slice2php/Main.cpp
@@ -1693,7 +1693,7 @@ compile(int argc, char* argv[])
out << "<?php\n";
printHeader(out);
- out << "\n// Generated from file `" << base << ".ice'\n";
+ printGeneratedHeader(out, base + ".ice");
//
// Generate the PHP mapping.