diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-08-30 19:24:39 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-08-30 19:24:39 +0000 |
commit | db58b73d407dc4c88d32744789bb5374a37ddbe4 (patch) | |
tree | e02864d26cbcdb56f429febebd5038c68e28fed9 /cpp/src/slice2rb/Main.cpp | |
parent | Added missing dependencies on Ice and IceUtil to simpleC and simpleS. (diff) | |
download | ice-db58b73d407dc4c88d32744789bb5374a37ddbe4.tar.bz2 ice-db58b73d407dc4c88d32744789bb5374a37ddbe4.tar.xz ice-db58b73d407dc4c88d32744789bb5374a37ddbe4.zip |
Added Makefile support for MSVC++
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 f0e0a7ad2b1..b83d228a5a0 100644 --- a/cpp/src/slice2rb/Main.cpp +++ b/cpp/src/slice2rb/Main.cpp @@ -81,7 +81,7 @@ main(int argc, char* argv[]) vector<string> args; try { - args = opts.parse(argc, argv); + args = opts.parse(argc, (const char**)argv); } catch(const IceUtil::BadOptException& e) { |