diff options
Diffstat (limited to 'cpp/src/slice2rb/Main.cpp')
-rw-r--r-- | cpp/src/slice2rb/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2rb/Main.cpp b/cpp/src/slice2rb/Main.cpp index 94acb028b07..369fc9329db 100644 --- a/cpp/src/slice2rb/Main.cpp +++ b/cpp/src/slice2rb/Main.cpp @@ -244,7 +244,7 @@ compile(int argc, char* argv[]) FileTracker::instance()->addFile(file); printHeader(out); - out << "\n# Generated from file `" << base << ".ice'\n"; + printGeneratedHeader(out, base + ".ice", "#"); // // Generate the Ruby mapping. |